Apache CXF API

Uses of Interface
org.apache.cxf.phase.PhaseInterceptor

Packages that use PhaseInterceptor
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.security   
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.phase   
org.apache.cxf.rs.security.oauth2.auth.saml   
org.apache.cxf.rs.security.oauth2.filters   
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 PhaseInterceptor in org.apache.cxf.binding.coloc
 

Classes in org.apache.cxf.binding.coloc that implement PhaseInterceptor
 class ColocInInterceptor
           
 class ColocOutInterceptor
           
 class WebFaultInInterceptor
           
 

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

Classes in org.apache.cxf.binding.corba.interceptors that implement PhaseInterceptor
 class CorbaStreamFaultInInterceptor
           
 class CorbaStreamFaultOutInterceptor
           
 class CorbaStreamInInterceptor
           
 class CorbaStreamOutEndingInterceptor
           
 class CorbaStreamOutInterceptor
           
 

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

Classes in org.apache.cxf.binding.object that implement PhaseInterceptor
 class ObjectDispatchInInterceptor
           
 class ObjectDispatchOutInterceptor
           
 

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

Classes in org.apache.cxf.binding.soap.interceptor that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.binding.soap.jms.interceptor
 

Classes in org.apache.cxf.binding.soap.jms.interceptor that implement PhaseInterceptor
 class SoapJMSInInterceptor
           
 

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

Classes in org.apache.cxf.binding.soap.saaj that implement PhaseInterceptor
 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
           
 

Methods in org.apache.cxf.binding.soap.saaj that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> SAAJInInterceptor.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.binding.xml.interceptor that implement PhaseInterceptor
 class XMLFaultInInterceptor
           
 class XMLFaultOutInterceptor
           
 class XMLMessageInInterceptor
           
 class XMLMessageOutInterceptor
           
 

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

Classes in org.apache.cxf.databinding.stax that implement PhaseInterceptor
 class StaxDataBindingInterceptor
           
 

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

Classes in org.apache.cxf.feature.transform that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.frontend
 

Classes in org.apache.cxf.frontend that implement PhaseInterceptor
 class WSDLGetInterceptor
           
 class WSDLGetOutInterceptor
           
 

Uses of PhaseInterceptor in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.interceptor.security
 

Classes in org.apache.cxf.interceptor.security that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.interceptor.transform
 

Classes in org.apache.cxf.interceptor.transform that implement PhaseInterceptor
 class TransformInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class TransformOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 

Uses of PhaseInterceptor in org.apache.cxf.javascript
 

Classes in org.apache.cxf.javascript that implement PhaseInterceptor
 class JavascriptGetInterceptor
           
 

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

Classes in org.apache.cxf.jaxb.attachment that implement PhaseInterceptor
 class JAXBAttachmentSchemaValidationHack
           
 

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

Classes in org.apache.cxf.jaxrs.client that implement PhaseInterceptor
protected  class AbstractClient.AbstractBodyWriter
           
 

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

Classes in org.apache.cxf.jaxrs.client.spec that implement PhaseInterceptor
 class ClientRequestFilterInterceptor
           
 class ClientResponseFilterInterceptor
           
 

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

Classes in org.apache.cxf.jaxrs.interceptor that implement PhaseInterceptor
 class AttachmentInputInterceptor
           
 class AttachmentOutputInterceptor
           
 class JAXRSDefaultFaultOutInterceptor
           
 class JAXRSInInterceptor
           
 class JAXRSOutExceptionMapperInterceptor
          Deprecated. 
 class JAXRSOutInterceptor
           
 

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

Classes in org.apache.cxf.jaxrs.provider.jsonp that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.jaxrs.security
 

Classes in org.apache.cxf.jaxrs.security that implement PhaseInterceptor
 class KerberosAuthOutInterceptor
           
 

Methods in org.apache.cxf.jaxrs.security that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> KerberosAuthOutInterceptor.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.jaxrs.validation that implement PhaseInterceptor
 class JAXRSBeanValidationInInterceptor
           
 class JAXRSBeanValidationOutInterceptor
           
 

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

Classes in org.apache.cxf.jaxws.handler that implement PhaseInterceptor
 class AbstractJAXWSHandlerInterceptor<T extends Message>
           
 class AbstractProtocolHandlerInterceptor<T extends Message>
           
 

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

Classes in org.apache.cxf.jaxws.handler.logical that implement PhaseInterceptor
 class LogicalHandlerFaultInInterceptor
           
 class LogicalHandlerFaultOutInterceptor
           
 class LogicalHandlerInInterceptor
           
 class LogicalHandlerOutInterceptor
           
 

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

Classes in org.apache.cxf.jaxws.handler.soap that implement PhaseInterceptor
 class SOAPHandlerFaultInInterceptor
           
 class SOAPHandlerFaultOutInterceptor
           
 class SOAPHandlerInterceptor
           
 

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

Classes in org.apache.cxf.jaxws.interceptors that implement PhaseInterceptor
 class HolderInInterceptor
           
 class HolderOutInterceptor
           
 class MessageModeInInterceptor
           
 class MessageModeOutInterceptor
           
 class SwAInInterceptor
           
 class SwAOutInterceptor
           
 class WebFaultOutInterceptor
           
 class WrapperClassInInterceptor
           
 class WrapperClassOutInterceptor
           
 

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

Classes in org.apache.cxf.management.interceptor that implement PhaseInterceptor
 class AbstractMessageResponseTimeInterceptor
           
 class PersistInInterceptor
           
 class PersistOutInterceptor
           
 class ResponseTimeMessageInInterceptor
           
 class ResponseTimeMessageInvokerInterceptor
           
 class ResponseTimeMessageOutInterceptor
           
 class ResponseTimeMessageOutInterceptor.EndingInterceptor
           
 

Uses of PhaseInterceptor in org.apache.cxf.phase
 

Classes in org.apache.cxf.phase that implement PhaseInterceptor
 class AbstractPhaseInterceptor<T extends Message>
          Provides a starting point implementation for a interceptors that participate in phased message processing.
 

Methods in org.apache.cxf.phase that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> AbstractPhaseInterceptor.getAdditionalInterceptors()
           
 Collection<PhaseInterceptor<? extends Message>> PhaseInterceptor.getAdditionalInterceptors()
          Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added.
 

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

Classes in org.apache.cxf.rs.security.oauth2.auth.saml that implement PhaseInterceptor
 class Saml2BearerAuthOutInterceptor
           
 

Uses of PhaseInterceptor in org.apache.cxf.rs.security.oauth2.filters
 

Classes in org.apache.cxf.rs.security.oauth2.filters that implement PhaseInterceptor
 class OAuthRequestInterceptor
           
 

Methods in org.apache.cxf.rs.security.oauth2.filters that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> OAuthRequestInterceptor.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.rs.security.saml that implement PhaseInterceptor
 class AbstractSamlOutInterceptor
           
 class SamlEnvelopedOutInterceptor
           
 class SamlFormOutInterceptor
           
 class SamlHeaderOutInterceptor
           
 

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

Classes in org.apache.cxf.rs.security.xml that implement PhaseInterceptor
 class AbstractXmlSecOutInterceptor
           
 class XmlEncInInterceptor
           
 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 XmlSigInInterceptor
           
 class XmlSigOutInterceptor
           
 

Methods in org.apache.cxf.rs.security.xml that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> XmlEncInInterceptor.getAdditionalInterceptors()
           
 Collection<PhaseInterceptor<? extends Message>> XmlSigInInterceptor.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.rt.security.claims that implement PhaseInterceptor
 class ClaimsAuthorizingInterceptor
           
 

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

Classes in org.apache.cxf.rt.security.xacml that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.staxutils.validation
 

Classes in org.apache.cxf.staxutils.validation that implement PhaseInterceptor
 class StaxSchemaValidationInInterceptor
           
 class StaxSchemaValidationOutInterceptor
           
 

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

Classes in org.apache.cxf.sts.interceptor that implement PhaseInterceptor
 class SCTInInterceptor
           
 class SCTOutInterceptor
           
 

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

Classes in org.apache.cxf.transport.common.gzip that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.transport.https
 

Classes in org.apache.cxf.transport.https that implement PhaseInterceptor
 class CertConstraintsInterceptor
          An interceptor that enforces certificate constraints logic at the TLS layer.
 

Uses of PhaseInterceptor in org.apache.cxf.validation
 

Classes in org.apache.cxf.validation that implement PhaseInterceptor
 class AbstractValidationInterceptor
           
 class BeanValidationInInterceptor
           
 class BeanValidationOutInterceptor
           
 

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

Classes in org.apache.cxf.ws.addressing that implement PhaseInterceptor
 class MAPAggregator
          Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
 

Methods in org.apache.cxf.ws.addressing that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> MAPAggregator.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.ws.addressing.impl that implement PhaseInterceptor
 class MAPAggregatorImpl
          Logical Handler responsible for aggregating the Message Addressing Properties for outgoing messages.
 

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

Classes in org.apache.cxf.ws.addressing.soap that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.ws.eventing.backend.notification
 

Classes in org.apache.cxf.ws.eventing.backend.notification that implement PhaseInterceptor
 class FilteringInterceptor
           
 

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

Classes in org.apache.cxf.ws.mex that implement PhaseInterceptor
 class MEXInInterceptor
           
 

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

Classes in org.apache.cxf.ws.policy that implement PhaseInterceptor
 class AbstractPolicyInterceptor
           
 class ClientPolicyInFaultInterceptor
           
 class PolicyInInterceptor
           
 class PolicyOutInterceptor
           
 class PolicyVerificationInFaultInterceptor
           
 class PolicyVerificationInInterceptor
           
 class PolicyVerificationOutInterceptor
           
 class ServerPolicyOutFaultInterceptor
           
 

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

Classes in org.apache.cxf.ws.policy.mtom that implement PhaseInterceptor
 class MTOMPolicyInterceptor
           
 

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

Classes in org.apache.cxf.ws.rm that implement PhaseInterceptor
 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 PhaseInterceptor in org.apache.cxf.ws.rm.soap
 

Classes in org.apache.cxf.ws.rm.soap that implement PhaseInterceptor
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 PhaseInterceptor in org.apache.cxf.ws.security.policy.interceptors
 

Classes in org.apache.cxf.ws.security.policy.interceptors that implement PhaseInterceptor
 class SecurityVerificationOutInterceptor
          Interceptor verifies critical policy security assertions for client side
 

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

Classes in org.apache.cxf.ws.security.trust that implement PhaseInterceptor
 class AuthPolicyValidatingInterceptor
           
 

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

Classes in org.apache.cxf.ws.security.wss4j that implement PhaseInterceptor
 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 AbstractUsernameTokenAuthenticatingInterceptor
          Base class providing an extensibility point for populating javax.security.auth.Subject from a current UsernameToken.
 class AbstractWSS4JInterceptor
           
 class AbstractWSS4JStaxInterceptor
           
 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 PolicyBasedWSS4JInInterceptor
           
 class PolicyBasedWSS4JOutInterceptor
           
 class PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal
           
 class PolicyBasedWSS4JStaxInInterceptor
           
 class PolicyBasedWSS4JStaxOutInterceptor
           
 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
           
 class WSS4JInInterceptor
          Performs WS-Security inbound actions.
 class WSS4JOutInterceptor
           
 class WSS4JStaxInInterceptor
           
 class WSS4JStaxOutInterceptor
           
 

Methods in org.apache.cxf.ws.security.wss4j that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> AbstractWSS4JInterceptor.getAdditionalInterceptors()
           
 Collection<PhaseInterceptor<? extends Message>> AbstractWSS4JStaxInterceptor.getAdditionalInterceptors()
           
 Collection<PhaseInterceptor<? extends Message>> PolicyBasedWSS4JOutInterceptor.PolicyBasedWSS4JOutInterceptorInternal.getAdditionalInterceptors()
           
 

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

Classes in org.apache.cxf.wsdl.interceptors that implement PhaseInterceptor
 class AbstractEndpointSelectionInterceptor
           
 class BareInInterceptor
           
 class BareOutInterceptor
           
 class DocLiteralInInterceptor
           
 class WrappedOutInterceptor
           
 class WrappedOutInterceptor.WrappedOutEndingInterceptor
           
 


Apache CXF API

Apache CXF