|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
org.apache.cxf.bus.spring | |
org.apache.cxf.databinding | |
org.apache.cxf.databinding.stax | |
org.apache.cxf.feature.transform | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.interceptor.security | |
org.apache.cxf.interceptor.transform | |
org.apache.cxf.phase | An InterceptorChain implementation which uses the concept of Phases to order message chains. |
org.apache.cxf.staxutils.validation | |
org.apache.cxf.transport | Transport related classes. |
org.apache.cxf.transport.common.gzip | |
org.apache.cxf.ws.addressing |
Uses of Interceptor in org.apache.cxf.bus.spring |
---|
Methods in org.apache.cxf.bus.spring that return types with arguments of type Interceptor | |
---|---|
List<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 Interceptor | |
---|---|
void |
BusDefinitionParser.BusConfig.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
BusDefinitionParser.BusConfig.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
BusDefinitionParser.BusConfig.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
BusDefinitionParser.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 Interceptor | |
---|---|
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.inFaultInterceptors
|
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.inInterceptors
|
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.outFaultInterceptors
|
protected ModCountCopyOnWriteArrayList<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.outInterceptors
|
Methods in org.apache.cxf.databinding that return types with arguments of type Interceptor | |
---|---|
List<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 | |
---|---|
class |
StaxDataBindingInterceptor
|
Uses of Interceptor in org.apache.cxf.feature.transform |
---|
Classes in org.apache.cxf.feature.transform that implement Interceptor | |
---|---|
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 Interceptor in org.apache.cxf.interceptor |
---|
Classes in org.apache.cxf.interceptor that implement 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. |
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 XMLStreamReader from the InputStream on the Message. |
Methods in org.apache.cxf.interceptor that return types with arguments of type Interceptor | |
---|---|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.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>> |
AbstractBasicInterceptorProvider.getInFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getInInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getInInterceptors()
|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInInterceptors()
|
ListIterator<Interceptor<? extends Message>> |
InterceptorChain.getIterator()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.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>> |
AbstractBasicInterceptorProvider.getOutFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutFaultInterceptors()
|
List<Interceptor<? extends Message>> |
AbstractAttributedInterceptorProvider.getOutInterceptors()
|
List<Interceptor<? extends Message>> |
InterceptorProvider.getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
List<Interceptor<? extends Message>> |
AbstractBasicInterceptorProvider.getOutInterceptors()
|
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutInterceptors()
|
Methods in org.apache.cxf.interceptor with parameters of type Interceptor | |
---|---|
void |
InterceptorChain.add(Interceptor<? extends Message> i)
Adds a single interceptor to the interceptor chain. |
void |
InterceptorChain.remove(Interceptor<? extends Message> i)
|
Method parameters in org.apache.cxf.interceptor with type arguments of type Interceptor | |
---|---|
void |
InterceptorChain.add(Collection<Interceptor<? extends Message>> i)
Adds multiple interceptors to the interceptor chain. |
void |
AbstractAttributedInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractAttributedInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
AbstractBasicInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
|
Uses of Interceptor in org.apache.cxf.interceptor.security |
---|
Classes in org.apache.cxf.interceptor.security that implement Interceptor | |
---|---|
class |
AbstractAuthorizingInInterceptor
|
class |
AbstractSecurityContextInInterceptor
|
class |
AbstractUsernameTokenInInterceptor
|
class |
DepthRestrictingStreamInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
JAASLoginInterceptor
|
class |
OperationInfoAuthorizingInterceptor
|
class |
SecureAnnotationsInterceptor
|
class |
SimpleAuthorizingInterceptor
|
Uses of Interceptor in org.apache.cxf.interceptor.transform |
---|
Classes in org.apache.cxf.interceptor.transform that implement Interceptor | |
---|---|
class |
TransformInInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
class |
TransformOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message. |
Uses of Interceptor in org.apache.cxf.phase |
---|
Subinterfaces of Interceptor in org.apache.cxf.phase | |
---|---|
interface |
PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that 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 | |
---|---|
ListIterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.getIterator()
|
Iterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.iterator()
|
Methods in org.apache.cxf.phase with parameters of type Interceptor | |
---|---|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i)
|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i,
boolean force)
|
void |
PhaseInterceptorChain.remove(Interceptor<? extends Message> i)
|
Uses of Interceptor in org.apache.cxf.staxutils.validation |
---|
Classes in org.apache.cxf.staxutils.validation that implement Interceptor | |
---|---|
class |
StaxSchemaValidationInInterceptor
|
class |
StaxSchemaValidationOutInterceptor
|
Uses of Interceptor in org.apache.cxf.transport |
---|
Fields in org.apache.cxf.transport with type parameters of type Interceptor | |
---|---|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.bindingInterceptors
|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.routingInterceptors
|
Methods in org.apache.cxf.transport that return types with arguments of type Interceptor | |
---|---|
List<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 Interceptor | |
---|---|
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 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. |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |