Uses of Class
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
-
Packages that use AbstractSoapInterceptor Package Description org.apache.cxf.binding.soap.interceptor org.apache.cxf.binding.soap.jms.interceptor org.apache.cxf.binding.soap.saaj -
-
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.interceptor
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.interceptor Modifier and Type Class Description classCheckFaultInterceptorclassMustUnderstandInterceptorstatic classMustUnderstandInterceptor.MustUnderstandEndingInterceptorclassReadHeadersInterceptorstatic classReadHeadersInterceptor.CheckClosingTagsInterceptorclassSoap11FaultInInterceptorclassSoap11FaultOutInterceptorclassSoap12FaultInInterceptorclassSoap12FaultOutInterceptorclassSoapActionInInterceptorstatic classSoapActionInInterceptor.SoapActionInAttemptTwoInterceptorclassSoapHeaderOutFilterInterceptorclassSoapOutInterceptorclassSoapOutInterceptor.SoapOutEndingInterceptorclassSoapPreProtocolOutInterceptorThis 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.classStartBodyInterceptor -
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.jms.interceptor
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.jms.interceptor Modifier and Type Class Description classSoapJMSInInterceptor -
Uses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.saaj
Subclasses of AbstractSoapInterceptor in org.apache.cxf.binding.soap.saaj Modifier and Type Class Description classSAAJInInterceptorBuilds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.static classSAAJInInterceptor.SAAJPreInInterceptorThis 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.classSAAJOutInterceptorSets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.static classSAAJOutInterceptor.SAAJOutEndingInterceptor
-