Uses of Interface
org.apache.cxf.interceptor.Interceptor

Packages that use Interceptor
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.http.interceptor   
org.apache.cxf.binding.jbi.interceptor   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.binding.xml.interceptor   
org.apache.cxf.databinding.stax   
org.apache.cxf.greeter_control   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxws   
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 An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.soap   
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.wss4j   
 

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

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

Methods in org.apache.cxf.binding.coloc that return types with arguments of type Interceptor
protected  java.util.List<Interceptor> ColocMessageObserver.addColocInterceptors()
           
 

Uses of Interceptor in org.apache.cxf.binding.http.interceptor
 

Classes in org.apache.cxf.binding.http.interceptor that implement Interceptor
 class ContentTypeOutInterceptor
           
 class DatabindingInSetupInterceptor
           
 class DatabindingOutSetupInterceptor
           
 class DispatchInterceptor
           
 class DocumentWriterInterceptor
           
 class URIParameterInInterceptor
           
 class URIParameterOutInterceptor
          Sets up the destination URI for a client invocation.
 

Uses of Interceptor in org.apache.cxf.binding.jbi.interceptor
 

Classes in org.apache.cxf.binding.jbi.interceptor that implement Interceptor
 class JBIFaultInInterceptor
           
 class JBIFaultOutInterceptor
           
 class JBIOperationInInterceptor
           
 class JBIWrapperInInterceptor
           
 class JBIWrapperOutInterceptor
           
 

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

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

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

Subinterfaces of Interceptor in org.apache.cxf.binding.soap.interceptor
 interface SoapInterceptor
           
 

Classes in org.apache.cxf.binding.soap.interceptor that implement Interceptor
 class AbstractSoapInterceptor
           
 class CheckFaultInterceptor
           
 class EndpointSelectionInterceptor
          Selects the most appropriate endpoint based on the SOAP version used.
 class MustUnderstandInterceptor
           
 class ReadHeadersInterceptor
           
 class RPCInInterceptor
           
 class RPCOutInterceptor
           
 class Soap11FaultInInterceptor
           
 class Soap11FaultOutInterceptor
           
 class Soap12FaultInInterceptor
           
 class Soap12FaultOutInterceptor
           
 class SoapActionInInterceptor
           
 class SoapActionOutInterceptor
          Deprecated. 
 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.
 

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

Classes in org.apache.cxf.binding.soap.saaj that implement Interceptor
 class SAAJInInterceptor
          Builds a SAAJ tree from the Document fragment inside the message which contains the SOAP headers and from the XMLStreamReader.
 class SAAJOutInterceptor
          Sets up the outgoing chain to build a SAAJ tree instead of writing directly to the output stream.
 class SAAJOutInterceptor.SAAJOutEndingInterceptor
           
 

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

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

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

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

Uses of Interceptor in org.apache.cxf.greeter_control
 

Classes in org.apache.cxf.greeter_control that implement Interceptor
 class FaultThrowingInterceptor
           
 

Uses of Interceptor in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor that implement Interceptor
 class AbstractEndpointSelectionInterceptor
           
 class AbstractInDatabindingInterceptor
           
 class AbstractOutDatabindingInterceptor
           
 class AttachmentInInterceptor
           
 class AttachmentOutInterceptor
           
 class AttachmentOutInterceptor.AttachmentOutEndingInterceptor
           
 class BareInInterceptor
           
 class BareOutInterceptor
           
 class ClientFaultConverter
          Takes a Fault and converts it to a local exception type if possible.
 class DocLiteralInInterceptor
           
 class FaultOutInterceptor
           
 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.
 class MessageSenderInterceptor.MessageSenderEndingInterceptor
           
 class OneWayProcessorInterceptor
           
 class OutgoingChainInterceptor
           
 class PrettyLoggingOutInterceptor
           
 class ServiceInvokerInterceptor
          Invokes a Binding's invoker with the INVOCATION_INPUT from the Exchange.
 class StaxInInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class StaxOutInterceptor
          Creates an XMLStreamReader from the InputStream on the Message.
 class StaxOutInterceptor.StaxOutEndingInterceptor
           
 class URIMappingInterceptor
           
 class WrappedInInterceptor
           
 class WrappedOutInterceptor
           
 class WrappedOutInterceptor.WrappedOutEndingInterceptor
           
 

Methods in org.apache.cxf.interceptor that return types with arguments of type Interceptor
 java.util.List<Interceptor> AnnotationInterceptors.getInFaultInterceptors()
           
 java.util.List<Interceptor> InterceptorProvider.getInFaultInterceptors()
          Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
 java.util.List<Interceptor> AbstractAttributedInterceptorProvider.getInFaultInterceptors()
           
 java.util.List<Interceptor> AbstractBasicInterceptorProvider.getInFaultInterceptors()
           
 java.util.List<Interceptor> AnnotationInterceptors.getInInterceptors()
           
 java.util.List<Interceptor> InterceptorProvider.getInInterceptors()
          Returns the list of interceptors attached to the incoming interceptor chain of the object.
 java.util.List<Interceptor> AbstractAttributedInterceptorProvider.getInInterceptors()
           
 java.util.List<Interceptor> AbstractBasicInterceptorProvider.getInInterceptors()
           
 java.util.ListIterator<Interceptor<? extends Message>> InterceptorChain.getIterator()
           
 java.util.List<Interceptor> AnnotationInterceptors.getOutFaultInterceptors()
           
 java.util.List<Interceptor> InterceptorProvider.getOutFaultInterceptors()
          Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
 java.util.List<Interceptor> AbstractAttributedInterceptorProvider.getOutFaultInterceptors()
           
 java.util.List<Interceptor> AbstractBasicInterceptorProvider.getOutFaultInterceptors()
           
 java.util.List<Interceptor> AnnotationInterceptors.getOutInterceptors()
           
 java.util.List<Interceptor> InterceptorProvider.getOutInterceptors()
          Returns the list of interceptors attached to the outgoing interceptor chain of the object.
 java.util.List<Interceptor> AbstractAttributedInterceptorProvider.getOutInterceptors()
           
 java.util.List<Interceptor> AbstractBasicInterceptorProvider.getOutInterceptors()
           
 

Methods in org.apache.cxf.interceptor with parameters of type Interceptor
 void InterceptorChain.add(Interceptor i)
           
 void InterceptorChain.remove(Interceptor i)
           
 

Method parameters in org.apache.cxf.interceptor with type arguments of type Interceptor
 void InterceptorChain.add(java.util.Collection<Interceptor> i)
           
 void AbstractAttributedInterceptorProvider.setInFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractBasicInterceptorProvider.setInFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractAttributedInterceptorProvider.setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractBasicInterceptorProvider.setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractAttributedInterceptorProvider.setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractBasicInterceptorProvider.setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractAttributedInterceptorProvider.setOutInterceptors(java.util.List<Interceptor> interceptors)
           
 void AbstractBasicInterceptorProvider.setOutInterceptors(java.util.List<Interceptor> interceptors)
           
 

Uses of Interceptor in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return types with arguments of type Interceptor
 java.util.List<Interceptor> EndpointImpl.getInFaultInterceptors()
           
 java.util.List<Interceptor> EndpointImpl.getInInterceptors()
           
 java.util.List<Interceptor> EndpointImpl.getOutFaultInterceptors()
           
 java.util.List<Interceptor> EndpointImpl.getOutInterceptors()
           
 

Method parameters in org.apache.cxf.jaxws with type arguments of type Interceptor
 void EndpointImpl.setInFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void EndpointImpl.setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void EndpointImpl.setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void EndpointImpl.setOutInterceptors(java.util.List<Interceptor> interceptors)
           
 

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

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

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

Classes in org.apache.cxf.jaxws.handler.logical that implement Interceptor
 class DispatchLogicalHandlerInterceptor<T extends Message>
           
 class LogicalHandlerFaultInInterceptor<T extends Message>
           
 class LogicalHandlerFaultOutInterceptor<T extends Message>
           
 class LogicalHandlerInInterceptor<T extends Message>
           
 class LogicalHandlerOutInterceptor<T extends Message>
           
 

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

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

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

Classes in org.apache.cxf.jaxws.interceptors that implement Interceptor
 class DispatchInDatabindingInterceptor
           
 class DispatchOutDatabindingInterceptor
           
 class HolderInInterceptor
           
 class HolderOutInterceptor
           
 class SwAInInterceptor
           
 class SwAOutInterceptor
           
 class WebFaultOutInterceptor
           
 class WrapperClassInInterceptor
           
 class WrapperClassOutInterceptor
           
 

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

Classes in org.apache.cxf.management.interceptor that implement Interceptor
 class AbstractMessageResponseTimeInterceptor
           
 class ResponseTimeMessageInInterceptor
           
 class ResponseTimeMessageInvokerInterceptor
           
 class ResponseTimeMessageOutInterceptor
           
 

Uses of Interceptor in org.apache.cxf.phase
 

Subinterfaces of Interceptor in org.apache.cxf.phase
 interface PhaseInterceptor<T extends Message>
          A phase interceptor participates in a PhaseInterceptorChain.
 

Classes in org.apache.cxf.phase that implement Interceptor
 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 Interceptor
 java.util.ListIterator<Interceptor<? extends Message>> PhaseInterceptorChain.getIterator()
           
 java.util.Iterator<Interceptor<? extends Message>> PhaseInterceptorChain.iterator()
           
 

Methods in org.apache.cxf.phase with parameters of type Interceptor
 void PhaseInterceptorChain.add(Interceptor i)
           
 void PhaseInterceptorChain.add(Interceptor i, boolean force)
           
 void PhaseInterceptorChain.remove(Interceptor i)
           
 

Method parameters in org.apache.cxf.phase with type arguments of type Interceptor
 void PhaseInterceptorChain.add(java.util.Collection<Interceptor> newhandlers)
           
 void PhaseInterceptorChain.add(java.util.Collection<Interceptor> newhandlers, boolean force)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 

Uses of Interceptor in org.apache.cxf.transport
 

Fields in org.apache.cxf.transport with type parameters of type Interceptor
protected  java.util.List<Interceptor> MultipleEndpointObserver.bindingInterceptors
           
protected  java.util.List<Interceptor> MultipleEndpointObserver.routingInterceptors
           
 

Methods in org.apache.cxf.transport that return types with arguments of type Interceptor
 java.util.List<Interceptor> MultipleEndpointObserver.getBindingInterceptors()
           
 java.util.List<Interceptor> MultipleEndpointObserver.getRoutingInterceptors()
           
 

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

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

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

Classes in org.apache.cxf.ws.addressing.soap that implement Interceptor
 class MAPCodec
          SOAP interceptor responsible for {en|de}coding the Message Addressing Properties for {outgo|incom}ing messages.
 

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

Classes in org.apache.cxf.ws.policy that implement Interceptor
 class AbstractPolicyInterceptor
           
 class ClientPolicyInFaultInterceptor
           
 class ClientPolicyInInterceptor
           
 class ClientPolicyOutInterceptor
           
 class PolicyVerificationInFaultInterceptor
           
 class PolicyVerificationInInterceptor
           
 class PolicyVerificationOutInterceptor
           
 class ServerPolicyInInterceptor
           
 class ServerPolicyOutFaultInterceptor
           
 class ServerPolicyOutInterceptor
           
 

Fields in org.apache.cxf.ws.policy with type parameters of type Interceptor
protected  java.util.List<Interceptor> EffectivePolicyImpl.interceptors
           
 

Methods in org.apache.cxf.ws.policy that return types with arguments of type Interceptor
 java.util.List<Interceptor> EndpointPolicyImpl.getFaultInterceptors()
           
 java.util.List<Interceptor> EndpointPolicy.getFaultInterceptors()
           
 java.util.List<Interceptor> EndpointPolicyImpl.getInterceptors()
           
 java.util.List<Interceptor> EffectivePolicyImpl.getInterceptors()
           
 java.util.List<Interceptor> EffectivePolicy.getInterceptors()
           
 java.util.List<Interceptor> EndpointPolicy.getInterceptors()
           
 java.util.List<Interceptor> PolicyInterceptorProviderRegistryImpl.getInterceptors(java.util.Collection<org.apache.neethi.Assertion> alternative, boolean out, boolean fault)
           
 java.util.List<Interceptor> PolicyInterceptorProviderRegistry.getInterceptors(java.util.Collection<org.apache.neethi.Assertion> alterative, boolean out, boolean fault)
           
 

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

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

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

Classes in org.apache.cxf.ws.rm that implement Interceptor
 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
           
 class RMInInterceptor
           
 class RMOutInterceptor
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type Interceptor
 java.util.List<Interceptor> WrappedEndpoint.getInFaultInterceptors()
           
 java.util.List<Interceptor> WrappedService.getInFaultInterceptors()
           
 java.util.List<Interceptor> WrappedEndpoint.getInInterceptors()
           
 java.util.List<Interceptor> WrappedService.getInInterceptors()
           
 java.util.List<Interceptor> WrappedEndpoint.getOutFaultInterceptors()
           
 java.util.List<Interceptor> WrappedService.getOutFaultInterceptors()
           
 java.util.List<Interceptor> WrappedEndpoint.getOutInterceptors()
           
 java.util.List<Interceptor> WrappedService.getOutInterceptors()
           
 

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

Classes in org.apache.cxf.ws.rm.soap that implement Interceptor
 class RMSoapInterceptor
          Protocol Handler responsible for {en|de}coding the RM Properties for {outgo|incom}ing messages.
 

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

Classes in org.apache.cxf.ws.security.wss4j that implement Interceptor
 class AbstractWSS4JInterceptor
           
 class WSS4JInInterceptor
          Performs WS-Security inbound actions.
 class WSS4JOutInterceptor
           
 



Apache CXF