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