Uses of Interface
org.apache.cxf.interceptor.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in org.apache.cxf.binding.soap.interceptor
Classes in org.apache.cxf.binding.soap.interceptor that implement InterceptorModifier and TypeClassDescriptionclassorg.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor -
Uses of Interceptor in org.apache.cxf.bus.spring
Methods in org.apache.cxf.bus.spring that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>BusDefinitionParser.BusConfig.getInFaultInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig.getInInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig.getOutFaultInterceptors()List<Interceptor<? extends Message>>BusDefinitionParser.BusConfig.getOutInterceptors()Method parameters in org.apache.cxf.bus.spring with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidBusDefinitionParser.BusConfig.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidBusDefinitionParser.BusConfig.setInInterceptors(List<Interceptor<? extends Message>> interceptors) voidBusDefinitionParser.BusConfig.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidBusDefinitionParser.BusConfig.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Interceptor in org.apache.cxf.databinding
Fields in org.apache.cxf.databinding with type parameters of type InterceptorModifier and TypeFieldDescriptionprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.inFaultInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.inInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.outFaultInterceptorsprotected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.outInterceptorsMethods in org.apache.cxf.databinding that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.getInInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractInterceptorProvidingDataBinding.getOutInterceptors() -
Uses of Interceptor in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement Interceptor -
Uses of Interceptor in org.apache.cxf.ext.logging
Classes in org.apache.cxf.ext.logging that implement InterceptorModifier and TypeClassDescriptionclassclassclassclass -
Uses of Interceptor in org.apache.cxf.feature.transform
Classes in org.apache.cxf.feature.transform that implement InterceptorModifier and TypeClassDescriptionclassCreates an XMLStreamReader from the InputStream on the Message.classClass provides XSLT transformation of incoming message.classClass provides XSLT transformation of outgoing message. -
Uses of Interceptor in org.apache.cxf.interceptor
Subinterfaces of Interceptor in org.apache.cxf.interceptorModifier and TypeInterfaceDescriptioninterfaceOneWayInterceptor<T extends Message>Base interface for client interceptors that are compatible with one way message processing (primarily, JAX-WS).Classes in org.apache.cxf.interceptor that implement InterceptorModifier and TypeClassDescriptionclassclassDeprecated.classclassclassclassclassTakes a Fault and converts it to a local exception type if possible.classclassCreates an XMLStreamReader from the InputStream on the Message.classCreates an XMLStreamReader from the InputStream on the Message.classDeprecated.use the logging module rt/features/logging insteadclassDeprecated.use the logging module rt/features/logging insteadclassTakes the Conduit from the exchange and sends the message through it.static classclassclassclassInvokes a Binding's invoker with theINVOCATION_INPUTfrom the Exchange.classclassCreates an XMLStreamReader from the InputStream on the Message.classclassCreates an XMLStreamWriter from the OutputStream on the Message.Methods in org.apache.cxf.interceptor that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider.getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider.getInFaultInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors.getInFaultInterceptors()List<Interceptor<? extends Message>>InterceptorProvider.getInFaultInterceptors()Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider.getInInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider.getInInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors.getInInterceptors()List<Interceptor<? extends Message>>InterceptorProvider.getInInterceptors()Returns the list of interceptors attached to the incoming interceptor chain of the object.ListIterator<Interceptor<? extends Message>>InterceptorChain.getIterator()List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider.getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider.getOutFaultInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors.getOutFaultInterceptors()List<Interceptor<? extends Message>>InterceptorProvider.getOutFaultInterceptors()Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>AbstractAttributedInterceptorProvider.getOutInterceptors()List<Interceptor<? extends Message>>AbstractBasicInterceptorProvider.getOutInterceptors()List<Interceptor<? extends Message>>AnnotationInterceptors.getOutInterceptors()List<Interceptor<? extends Message>>InterceptorProvider.getOutInterceptors()Returns the list of interceptors attached to the outgoing interceptor chain of the object.Methods in org.apache.cxf.interceptor with parameters of type InterceptorModifier and TypeMethodDescriptionvoidInterceptorChain.add(Interceptor<? extends Message> i) Adds a single interceptor to the interceptor chain.voidInterceptorChain.remove(Interceptor<? extends Message> i) Method parameters in org.apache.cxf.interceptor with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidInterceptorChain.add(Collection<Interceptor<? extends Message>> i) Adds multiple interceptors to the interceptor chain.voidAbstractAttributedInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractBasicInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractAttributedInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractBasicInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractAttributedInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractBasicInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractAttributedInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractBasicInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Interceptor in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement InterceptorModifier and TypeClassDescriptionclassclassclassclassclassCreates an XMLStreamReader from the InputStream on the Message.classclassclassclassMethod parameters in org.apache.cxf.interceptor.security with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidDelegatingAuthenticationInterceptor.setSchemeHandlers(Map<String, Interceptor<Message>> handlers) -
Uses of Interceptor in org.apache.cxf.interceptor.transform
Classes in org.apache.cxf.interceptor.transform that implement InterceptorModifier and TypeClassDescriptionclassCreates an XMLStreamReader from the InputStream on the Message.classCreates an XMLStreamReader from the InputStream on the Message. -
Uses of Interceptor in org.apache.cxf.phase
Subinterfaces of Interceptor in org.apache.cxf.phaseModifier and TypeInterfaceDescriptioninterfacePhaseInterceptor<T extends Message>A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.Classes in org.apache.cxf.phase that implement InterceptorModifier and TypeClassDescriptionclassAbstractPhaseInterceptor<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 InterceptorModifier and TypeMethodDescriptionListIterator<Interceptor<? extends Message>>PhaseInterceptorChain.getIterator()Iterator<Interceptor<? extends Message>>PhaseInterceptorChain.iterator()Methods in org.apache.cxf.phase with parameters of type InterceptorModifier and TypeMethodDescriptionvoidPhaseInterceptorChain.add(Interceptor<? extends Message> i) voidPhaseInterceptorChain.add(Interceptor<? extends Message> i, boolean force) voidPhaseInterceptorChain.remove(Interceptor<? extends Message> i) Method parameters in org.apache.cxf.phase with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidPhaseInterceptorChain.add(Collection<Interceptor<? extends Message>> newhandlers) voidPhaseInterceptorChain.add(Collection<Interceptor<? extends Message>> newhandlers, boolean force) PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2) PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3) PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4) PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4, List<Interceptor<? extends Message>> p5) -
Uses of Interceptor in org.apache.cxf.staxutils.validation
Classes in org.apache.cxf.staxutils.validation that implement InterceptorModifier and TypeClassDescriptionclassclass -
Uses of Interceptor in org.apache.cxf.sts.interceptor
Classes in org.apache.cxf.sts.interceptor that implement Interceptor -
Uses of Interceptor in org.apache.cxf.transport
Fields in org.apache.cxf.transport with type parameters of type InterceptorModifier and TypeFieldDescriptionprotected List<Interceptor<? extends Message>>MultipleEndpointObserver.bindingInterceptorsprotected List<Interceptor<? extends Message>>MultipleEndpointObserver.routingInterceptorsMethods in org.apache.cxf.transport that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>MultipleEndpointObserver.getBindingInterceptors()List<Interceptor<? extends Message>>MultipleEndpointObserver.getRoutingInterceptors() -
Uses of Interceptor in org.apache.cxf.transport.common.gzip
Classes in org.apache.cxf.transport.common.gzip that implement InterceptorModifier and TypeClassDescriptionclassCXF interceptor that uncompresses those incoming messages that have "gzip" content-encoding.classCXF interceptor that compresses outgoing messages using gzip and sets the HTTP Content-Encoding header appropriately.Method parameters in org.apache.cxf.transport.common.gzip with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidGZIPFeature.remove(List<Interceptor<? extends Message>> outInterceptors) -
Uses of Interceptor in org.apache.cxf.validation
Classes in org.apache.cxf.validation that implement InterceptorModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of Interceptor in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement InterceptorModifier and TypeClassDescriptionclassLogical Handler responsible for aggregating the Message Addressing Properties for outgoing messages. -
Uses of Interceptor in org.apache.cxf.ws.security.policy.interceptors
Classes in org.apache.cxf.ws.security.policy.interceptors that implement InterceptorModifier and TypeClassDescriptionclassInterceptor verifies critical policy security assertions for client sideclass -
Uses of Interceptor in org.apache.cxf.ws.security.trust
Classes in org.apache.cxf.ws.security.trust that implement InterceptorFields in org.apache.cxf.ws.security.trust with type parameters of type InterceptorModifier and TypeFieldDescriptionprotected List<Interceptor<? extends Message>>AbstractSTSClient.inprotected List<Interceptor<? extends Message>>AbstractSTSClient.inFaultprotected List<Interceptor<? extends Message>>AbstractSTSClient.outprotected List<Interceptor<? extends Message>>AbstractSTSClient.outFaultMethods in org.apache.cxf.ws.security.trust that return types with arguments of type InterceptorModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>AbstractSTSClient.getInFaultInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient.getInInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient.getOutFaultInterceptors()List<Interceptor<? extends Message>>AbstractSTSClient.getOutInterceptors()Method parameters in org.apache.cxf.ws.security.trust with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidAbstractSTSClient.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractSTSClient.setInInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractSTSClient.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidAbstractSTSClient.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) -
Uses of Interceptor in org.apache.cxf.ws.security.wss4j
Classes in org.apache.cxf.ws.security.wss4j that implement InterceptorModifier and TypeClassDescriptionclassAn abstract interceptor that can be used to form the basis of an interceptor to add and process a specific type of security token.classBase class providing an extensibility point for populating javax.security.auth.Subject from a current UsernameToken.classclassclassAn interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request.classUtility to enable the checking of WS-Security signature/encryption coverage based on the results of the WSS4J processors.classThis 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.classAn interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request.classclassfinal classclassclassclassAn 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.classThis interceptor handles parsing the StaX WS-Security results (events) + checks to see whether the required Actions were fulfilled.classThis interceptor handles parsing the StaX WS-Security results (events) + checks that the specified crypto coverage events actually occurred.classThis interceptor handles parsing the StaX WS-Security results (events) + sets up the security context appropriately.classclassPerforms WS-Security inbound actions.classclassclass -
Uses of Interceptor in org.jboss.wsf.stack.cxf.client.configuration
Classes in org.jboss.wsf.stack.cxf.client.configuration that implement InterceptorModifier and TypeClassDescriptionclassAn interceptor for properly sorting handlers, some of which might come from PRE/POST handler chains in the client / endpoint pre-defined configuration.Method parameters in org.jboss.wsf.stack.cxf.client.configuration with type arguments of type InterceptorModifier and TypeMethodDescriptionstatic voidInterceptorUtils.removeInterceptors(List<Interceptor<?>> interceptorsList, String interceptors)