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