Uses of Interface
org.apache.cxf.binding.soap.interceptor.SoapInterceptor
-
-
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 -
Uses of SoapInterceptor in org.apache.cxf.jaxws.handler.soap
Classes in org.apache.cxf.jaxws.handler.soap that implement SoapInterceptor Modifier and Type Class Description classSOAPHandlerFaultInInterceptorclassSOAPHandlerFaultOutInterceptorclassSOAPHandlerInterceptor -
Uses of SoapInterceptor in org.apache.cxf.jaxws.interceptors
Classes in org.apache.cxf.jaxws.interceptors that implement SoapInterceptor Modifier and Type Class Description classSwAInInterceptorclassSwAOutInterceptor -
Uses of SoapInterceptor in org.apache.cxf.ws.addressing.soap
Classes in org.apache.cxf.ws.addressing.soap that implement SoapInterceptor Modifier and Type Class Description classDecoupledFaultHandlerUtility interceptor for dealing with faults occurred during processing the one way requests with WSA FaultTo EPR pointing to a decoupled destination.classMAPCodecSOAP interceptor responsible for {en|de}coding the Message Addressing Properties for {outgo|incom}ing messages. -
Uses of SoapInterceptor in org.apache.cxf.ws.rm.soap
Classes in org.apache.cxf.ws.rm.soap that implement SoapInterceptor Modifier and Type Class Description classRMSoapInInterceptorProtocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.classRMSoapOutInterceptorProtocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages. -
Uses of SoapInterceptor in org.apache.cxf.ws.security.wss4j
Classes in org.apache.cxf.ws.security.wss4j that implement SoapInterceptor Modifier and Type Class Description classAbstractTokenInterceptorAn abstract interceptor that can be used to form the basis of an interceptor to add and process a specific type of security token.classAbstractUsernameTokenAuthenticatingInterceptorBase class providing an extensibility point for populating javax.security.auth.Subject from a current UsernameToken.classAbstractWSS4JInterceptorclassAbstractWSS4JStaxInterceptorclassBinarySecurityTokenInterceptorAn interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.classCryptoCoverageCheckerUtility to enable the checking of WS-Security signature/encryption coverage based on the results of the WSS4J processors.classDefaultCryptoCoverageCheckerThis 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.classKerberosTokenInterceptorAn interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.classPolicyBasedWSS4JInInterceptorclassPolicyBasedWSS4JStaxInInterceptorclassPolicyBasedWSS4JStaxOutInterceptorclassSamlTokenInterceptorAn 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.classUsernameTokenInterceptorclassWSS4JInInterceptorPerforms WS-Security inbound actions.classWSS4JOutInterceptorclassWSS4JStaxInInterceptorclassWSS4JStaxOutInterceptor
-