org.apache.servicemix.soap.bindings.soap
Interface SoapInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
AbstractWsAddressingInterceptor, WsAddressingInDestinationInterceptor, WsAddressingInOperationInterceptor, WsAddressingOutInterceptor, WsSecurityInInterceptor, WsSecurityOutInterceptor

public interface SoapInterceptor
extends Interceptor


Method Summary
 java.util.Collection<java.net.URI> getRoles()
          List of roles when acting for a soap interceptor
 java.util.Collection<javax.xml.namespace.QName> getUnderstoodHeaders()
          List of understood headers for a soap interceptor
 
Methods inherited from interface org.apache.servicemix.soap.api.Interceptor
getAfter, getBefore, getId, handleFault, handleMessage
 

Method Detail

getRoles

java.util.Collection<java.net.URI> getRoles()
List of roles when acting for a soap interceptor

Returns:

getUnderstoodHeaders

java.util.Collection<javax.xml.namespace.QName> getUnderstoodHeaders()
List of understood headers for a soap interceptor

Returns:


Copyright © 2005-2012 FuseSource. All Rights Reserved.