Uses of Class
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
Packages that use AbstractSoapInterceptor
Package
Description
-
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.interceptor
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.interceptorModifier and TypeClassDescriptionclassclassstatic classclassstatic classclassclassclassclassclassstatic classclassclassclassclassThis 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.class -
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.jms.interceptor
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.jms.interceptor -
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.saaj
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.saajModifier and TypeClassDescriptionclassBuilds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.static classThis class sets up the Document in the Message so that the ReadHeadersInterceptor can read directly into the SAAJ document instead of creating a new DOM that we would need to copy into the SAAJ later.classSets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.static class -
Uses of AbstractSoapInterceptor in org.apache.cxf.jaxws.interceptors
Subclasses of AbstractSoapInterceptor in org.apache.cxf.jaxws.interceptors -
Uses of AbstractSoapInterceptor in org.apache.cxf.ws.addressing.soap
Subclasses of AbstractSoapInterceptor in org.apache.cxf.ws.addressing.soapModifier and TypeClassDescriptionclassUtility interceptor for dealing with faults occurred during processing the one way requests with WSA FaultTo EPR pointing to a decoupled destination.classSOAP interceptor responsible for {en|de}coding the Message Addressing Properties for {outgo|incom}ing messages. -
Uses of AbstractSoapInterceptor in org.apache.cxf.ws.rm.soap
Subclasses of AbstractSoapInterceptor in org.apache.cxf.ws.rm.soapModifier and TypeClassDescriptionclassProtocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.classProtocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages. -
Uses of AbstractSoapInterceptor in org.apache.cxf.ws.security.wss4j
Subclasses of AbstractSoapInterceptor in org.apache.cxf.ws.security.wss4jModifier and TypeClassDescriptionclassAn abstract interceptor that can be used to form the basis of an interceptor to add and process a specific type of security token.classAn interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.classUtility to enable the checking of WS-Security signature/encryption coverage based on the results of the WSS4J processors.classThis utility extends the CryptoCoverageChecker to provide an easy way to check to see if the SOAP (1.1 + 1.2) Body was signed and/or encrypted, if the Timestamp was signed, if the WS-Addressing ReplyTo and FaultTo headers were signed, and if the UsernameToken was encrypted.classAn interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.classAn interceptor to create and add a SAML token to the security header of an outbound request, and to process a SAML Token on an inbound request.class