Apache CXF API

Uses of Class
org.apache.cxf.phase.AbstractPhaseInterceptor

Packages that use AbstractPhaseInterceptor
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.soap.jms.interceptor   
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.binding.xml.interceptor   
org.apache.cxf.databinding.stax   
org.apache.cxf.feature.transform   
org.apache.cxf.frontend   
org.apache.cxf.interceptor   
org.apache.cxf.interceptor.security   
org.apache.cxf.interceptor.transform   
org.apache.cxf.javascript   
org.apache.cxf.jaxb.attachment   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.client.spec   
org.apache.cxf.jaxrs.interceptor   
org.apache.cxf.jaxrs.provider.jsonp   
org.apache.cxf.jaxrs.validation   
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.handler.logical   
org.apache.cxf.jaxws.handler.soap   
org.apache.cxf.jaxws.interceptors   
org.apache.cxf.management.interceptor   
org.apache.cxf.rs.security.oauth2.auth.saml   
org.apache.cxf.rs.security.saml   
org.apache.cxf.rs.security.xml   
org.apache.cxf.rt.security.claims   
org.apache.cxf.rt.security.xacml   
org.apache.cxf.staxutils.validation   
org.apache.cxf.sts.interceptor   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
org.apache.cxf.validation   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.impl   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.eventing.backend.notification   
org.apache.cxf.ws.mex   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.soap   
org.apache.cxf.ws.security.policy.interceptors   
org.apache.cxf.ws.security.trust   
org.apache.cxf.ws.security.wss4j   
org.apache.cxf.wsdl.interceptors   
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.coloc
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.coloc
 class ColocInInterceptor
           
 class ColocOutInterceptor
           
 class WebFaultInInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.corba.interceptors
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.corba.interceptors
 class CorbaStreamFaultInInterceptor
           
 class CorbaStreamFaultOutInterceptor
           
 class CorbaStreamInInterceptor
           
 class CorbaStreamOutEndingInterceptor
           
 class CorbaStreamOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.object
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.object
 class ObjectDispatchInInterceptor
           
 class ObjectDispatchOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.interceptor
 class AbstractSoapInterceptor
           
 class CheckFaultInterceptor
           
 class EndpointSelectionInterceptor
          Selects the most appropriate endpoint based on the SOAP version used.
 class MustUnderstandInterceptor
           
 class MustUnderstandInterceptor.MustUnderstandEndingInterceptor
           
 class ReadHeadersInterceptor
           
static class ReadHeadersInterceptor.CheckClosingTagsInterceptor
           
 class RPCInInterceptor
           
 class RPCOutInterceptor
           
 class Soap11FaultInInterceptor
           
 class Soap11FaultOutInterceptor
           
 class Soap12FaultInInterceptor
           
 class Soap12FaultOutInterceptor
           
 class SoapActionInInterceptor
           
static class SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor
           
 class SoapHeaderInterceptor
          Perform databinding of the SOAP headers.
 class SoapHeaderOutFilterInterceptor
           
 class SoapOutInterceptor
           
 class SoapOutInterceptor.SoapOutEndingInterceptor
           
 class SoapPreProtocolOutInterceptor
          This 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 StartBodyInterceptor
           
 class TibcoSoapActionInterceptor
          Tibco Business Works uses SoapAction instead of the standard spelling SOAPAction.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.jms.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.jms.interceptor
 class SoapJMSInInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.saaj
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.soap.saaj
 class SAAJInInterceptor
          Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
static class SAAJInInterceptor.SAAJPreInInterceptor
          This 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.
 class SAAJOutInterceptor
          Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
static class SAAJOutInterceptor.SAAJOutEndingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.binding.xml.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.binding.xml.interceptor
 class XMLFaultInInterceptor
           
 class XMLFaultOutInterceptor
           
 class XMLMessageInInterceptor
           
 class XMLMessageOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.databinding.stax
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.databinding.stax
 class StaxDataBindingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.feature.transform
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.feature.transform
 class AbstractXSLTInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class XSLTInInterceptor
          Class provides XSLT transformation of incoming message.
 class XSLTOutInterceptor
          Class provides XSLT transformation of outgoing message.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.frontend
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.frontend
 class WSDLGetInterceptor
           
 class WSDLGetOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor
 class AbstractInDatabindingInterceptor
           
 class AbstractLoggingInterceptor
          A simple logging handler which outputs the bytes of the message to the Logger.
 class AbstractOutDatabindingInterceptor
           
 class AttachmentInInterceptor
           
 class AttachmentOutInterceptor
           
 class AttachmentOutInterceptor.AttachmentOutEndingInterceptor
           
 class ClientFaultConverter
          Takes a Fault and converts it to a local exception type if possible.
 class FaultOutInterceptor
           
 class FIStaxInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class FIStaxOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class LoggingInInterceptor
          A simple logging handler which outputs the bytes of the message to the Logger.
 class LoggingOutInterceptor
           
 class MessageSenderInterceptor
          Takes the Conduit from the exchange and sends the message through it.
static class MessageSenderInterceptor.MessageSenderEndingInterceptor
           
 class OneWayProcessorInterceptor
           
 class OutgoingChainInterceptor
           
 class ServiceInvokerInterceptor
          Invokes a Binding's invoker with the INVOCATION_INPUT from the Exchange.
 class StaxInEndingInterceptor
           
 class StaxInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class StaxOutEndingInterceptor
           
 class StaxOutInterceptor
          Creates an XMLStreamWriter from the OutputStream on the Message.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.security
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.security
 class AbstractAuthorizingInInterceptor
           
 class AbstractSecurityContextInInterceptor
           
 class AbstractUsernameTokenInInterceptor
           
 class DelegatingAuthenticationInterceptor
           
 class DepthRestrictingStreamInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class JAASLoginInterceptor
           
 class OperationInfoAuthorizingInterceptor
           
 class SecureAnnotationsInterceptor
           
 class SimpleAuthorizingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.transform
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.interceptor.transform
 class TransformInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class TransformOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.javascript
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.javascript
 class JavascriptGetInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxb.attachment
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxb.attachment
 class JAXBAttachmentSchemaValidationHack
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.client
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.client
protected  class AbstractClient.AbstractBodyWriter
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.client.spec
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.client.spec
 class ClientRequestFilterInterceptor
           
 class ClientResponseFilterInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.interceptor
 class AttachmentInputInterceptor
           
 class AttachmentOutputInterceptor
           
 class JAXRSDefaultFaultOutInterceptor
           
 class JAXRSInInterceptor
           
 class JAXRSOutExceptionMapperInterceptor
          Deprecated. 
 class JAXRSOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.provider.jsonp
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.provider.jsonp
 class AbstractJsonpOutInterceptor
           
 class JsonpInInterceptor
          Sets a callback key in the message exchange for HTTP requests containing the '_jsonp' parameter in the querystring.
 class JsonpPostStreamInterceptor
          Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
 class JsonpPreStreamInterceptor
          Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.validation
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxrs.validation
 class JAXRSBeanValidationInInterceptor
           
 class JAXRSBeanValidationOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler
 class AbstractJAXWSHandlerInterceptor<T extends Message>
           
 class AbstractProtocolHandlerInterceptor<T extends Message>
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler.logical
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler.logical
 class LogicalHandlerFaultInInterceptor
           
 class LogicalHandlerFaultOutInterceptor
           
 class LogicalHandlerInInterceptor
           
 class LogicalHandlerOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler.soap
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.handler.soap
 class SOAPHandlerFaultInInterceptor
           
 class SOAPHandlerFaultOutInterceptor
           
 class SOAPHandlerInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.interceptors
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.jaxws.interceptors
 class HolderInInterceptor
           
 class HolderOutInterceptor
           
 class MessageModeInInterceptor
           
 class MessageModeOutInterceptor
           
 class SwAInInterceptor
           
 class SwAOutInterceptor
           
 class WebFaultOutInterceptor
           
 class WrapperClassInInterceptor
           
 class WrapperClassOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.management.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.management.interceptor
 class AbstractMessageResponseTimeInterceptor
           
 class PersistInInterceptor
           
 class PersistOutInterceptor
           
 class ResponseTimeMessageInInterceptor
           
 class ResponseTimeMessageInvokerInterceptor
           
 class ResponseTimeMessageOutInterceptor
           
 class ResponseTimeMessageOutInterceptor.EndingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.oauth2.auth.saml
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.oauth2.auth.saml
 class Saml2BearerAuthOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.saml
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.saml
 class AbstractSamlOutInterceptor
           
 class SamlEnvelopedOutInterceptor
           
 class SamlFormOutInterceptor
           
 class SamlHeaderOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.xml
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.rs.security.xml
 class AbstractXmlSecOutInterceptor
           
 class XmlEncOutInterceptor
           
 class XmlSecInInterceptor
          A new StAX-based interceptor for processing messages with XML Signature + Encryption content.
 class XmlSecOutInterceptor
          A new StAX-based interceptor for creating messages with XML Signature + Encryption content.
 class XmlSigOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.rt.security.claims
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.rt.security.claims
 class ClaimsAuthorizingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.rt.security.xacml
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.rt.security.xacml
 class AbstractXACMLAuthorizingInterceptor
          Deprecated. 
 class XACMLAuthorizingInterceptor
          An interceptor to perform an XACML authorization request to a remote PDP, and make an authorization decision based on the response.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.staxutils.validation
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.staxutils.validation
 class StaxSchemaValidationInInterceptor
           
 class StaxSchemaValidationOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.sts.interceptor
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.sts.interceptor
 class SCTInInterceptor
           
 class SCTOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.transport.common.gzip
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.transport.common.gzip
 class GZIPInInterceptor
          CXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.
 class GZIPOutInterceptor
          CXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.transport.https
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.transport.https
 class CertConstraintsInterceptor
          An interceptor that enforces certificate constraints logic at the TLS layer.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.validation
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.validation
 class AbstractValidationInterceptor
           
 class BeanValidationInInterceptor
           
 class BeanValidationOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing
 class MAPAggregator
          Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing.impl
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing.impl
 class MAPAggregatorImpl
          Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing.soap
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.addressing.soap
 class DecoupledFaultHandler
          Utility interceptor for dealing with faults occurred during processing the one way requests with WSA FaultTo EPR pointing to a decoupled destination.
 class MAPCodec
          SOAP interceptor responsible for {en|de}coding the Message Addressing Properties for {outgo|incom}ing messages.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.eventing.backend.notification
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.eventing.backend.notification
 class FilteringInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.mex
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.mex
 class MEXInInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.policy
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.policy
 class AbstractPolicyInterceptor
           
 class ClientPolicyInFaultInterceptor
           
 class PolicyInInterceptor
           
 class PolicyOutInterceptor
           
 class PolicyVerificationInFaultInterceptor
           
 class PolicyVerificationInInterceptor
           
 class PolicyVerificationOutInterceptor
           
 class ServerPolicyOutFaultInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.policy.mtom
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.policy.mtom
 class MTOMPolicyInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.rm
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.rm
 class AbstractRMInterceptor<T extends Message>
          Interceptor responsible for implementing exchange of RM protocol messages, aggregating RM metadata in the application message and processing of RM metadata contained in incoming application messages.
 class RetransmissionInterceptor
          Just absorbs faults which will be handled by retransmission.
 class RMCaptureInInterceptor
           
 class RMCaptureOutInterceptor
           
 class RMDeliveryInterceptor
          Interceptor used for InOrder delivery of messages to the destination.
 class RMInInterceptor
           
 class RMOutInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.rm.soap
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.rm.soap
static class RetransmissionQueueImpl.CopyOutInterceptor
           
 class RMSoapInInterceptor
          Protocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.
 class RMSoapOutInterceptor
          Protocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.policy.interceptors
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.policy.interceptors
 class SecurityVerificationOutInterceptor
          Interceptor verifies critical policy security assertions for client side
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.trust
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.trust
 class AuthPolicyValidatingInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.wss4j
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.ws.security.wss4j
 class AbstractTokenInterceptor
          An abstract interceptor that can be used to form the basis of an interceptor to add and process a specific type of security token.
 class BinarySecurityTokenInterceptor
          An interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.
 class CryptoCoverageChecker
          Utility to enable the checking of WS-Security signature/encryption coverage based on the results of the WSS4J processors.
 class DefaultCryptoCoverageChecker
          This 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.
 class KerberosTokenInterceptor
          An interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.
 class PolicyBasedWSS4JOutInterceptor
           
 class PolicyStaxActionInInterceptor
          This interceptor marks the CXF AssertionInfos as asserted.
 class SamlTokenInterceptor
          An 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.
 class StaxActionInInterceptor
          This interceptor handles parsing the StaX WS-Security results (events) + checks to see whether the required Actions were fulfilled.
 class StaxCryptoCoverageChecker
          This interceptor handles parsing the StaX WS-Security results (events) + checks that the specified crypto coverage events actually occurred.
 class StaxSecurityContextInInterceptor
          This interceptor handles parsing the StaX WS-Security results (events) + sets up the security context appropriately.
 class UsernameTokenInterceptor
           
 

Uses of AbstractPhaseInterceptor in org.apache.cxf.wsdl.interceptors
 

Subclasses of AbstractPhaseInterceptor in org.apache.cxf.wsdl.interceptors
 class AbstractEndpointSelectionInterceptor
           
 class BareInInterceptor
           
 class BareOutInterceptor
           
 class DocLiteralInInterceptor
           
 class WrappedOutInterceptor
           
 class WrappedOutInterceptor.WrappedOutEndingInterceptor
           
 


Apache CXF API

Apache CXF