Uses of Interface
org.apache.cxf.binding.soap.interceptor.SoapInterceptor
Packages that use SoapInterceptor
Package
Description
-
Uses of SoapInterceptor in org.apache.cxf.binding.soap.interceptor
Classes in org.apache.cxf.binding.soap.interceptor that implement SoapInterceptorModifier and TypeClassDescriptionclassclassclassstatic 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 SoapInterceptor in org.apache.cxf.binding.soap.jms.interceptor
Classes in org.apache.cxf.binding.soap.jms.interceptor that implement SoapInterceptor -
Uses of SoapInterceptor in org.apache.cxf.binding.soap.saaj
Classes in org.apache.cxf.binding.soap.saaj that implement SoapInterceptorModifier 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