Uses of Interface
org.apache.cxf.binding.soap.interceptor.SoapInterceptor

Packages that use SoapInterceptor
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.jaxws.handler.soap   
org.apache.cxf.jaxws.interceptors   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.rm.soap   
org.apache.cxf.ws.security.wss4j   
 

Uses of SoapInterceptor in org.apache.cxf.binding.soap.interceptor
 

Classes in org.apache.cxf.binding.soap.interceptor that implement SoapInterceptor
 class AbstractSoapInterceptor
           
 class CheckFaultInterceptor
           
 class MustUnderstandInterceptor
           
 class ReadHeadersInterceptor
           
 class Soap11FaultInInterceptor
           
 class Soap11FaultOutInterceptor
           
 class Soap12FaultInInterceptor
           
 class Soap12FaultOutInterceptor
           
 class SoapActionInInterceptor
           
 class SoapActionOutInterceptor
          Deprecated. 
 class SoapHeaderOutFilterInterceptor
           
 class SoapOutInterceptor
           
 class SoapOutInterceptor.SoapOutEndingInterceptor
           
 class SoapPreProtocolOutInterceptor
          This interceptor is responsible for setting up the SOAP version and header, so that this is available to any pre-protocol interceptors that require these to be available.
 

Uses of SoapInterceptor in org.apache.cxf.binding.soap.saaj
 

Classes in org.apache.cxf.binding.soap.saaj that implement SoapInterceptor
 class SAAJInInterceptor
          Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
 class SAAJOutInterceptor
          Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
 class SAAJOutInterceptor.SAAJOutEndingInterceptor
           
 

Uses of SoapInterceptor in org.apache.cxf.jaxws.handler.soap
 

Classes in org.apache.cxf.jaxws.handler.soap that implement SoapInterceptor
 class DispatchSOAPHandlerInterceptor
           
 class SOAPHandlerFaultInInterceptor
           
 class SOAPHandlerFaultOutInterceptor
           
 class SOAPHandlerInterceptor
           
 

Uses of SoapInterceptor in org.apache.cxf.jaxws.interceptors
 

Classes in org.apache.cxf.jaxws.interceptors that implement SoapInterceptor
 class SwAInInterceptor
           
 class SwAOutInterceptor
           
 

Uses of SoapInterceptor in org.apache.cxf.ws.addressing.soap
 

Classes in org.apache.cxf.ws.addressing.soap that implement SoapInterceptor
 class MAPCodec
          SOAP interceptor responsible for {en|de}coding the Message Addressing Properties for {outgo|incom}ing messages.
 

Uses of SoapInterceptor in org.apache.cxf.ws.rm.soap
 

Classes in org.apache.cxf.ws.rm.soap that implement SoapInterceptor
 class RMSoapInterceptor
          Protocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.
 

Uses of SoapInterceptor in org.apache.cxf.ws.security.wss4j
 

Classes in org.apache.cxf.ws.security.wss4j that implement SoapInterceptor
 class AbstractWSS4JInterceptor
           
 class WSS4JInInterceptor
          Performs WS-Security inbound actions.
 class WSS4JOutInterceptor
           
 



Apache CXF