Modifier and Type | Class and Description |
---|---|
class |
ColocInInterceptor |
class |
ColocOutInterceptor |
class |
WebFaultInInterceptor |
Modifier and Type | Method and Description |
---|---|
protected List<Interceptor<? extends Message>> |
ColocMessageObserver.addColocInterceptors() |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
CorbaBinding.getFaultInInterceptors() |
List<Interceptor<? extends Message>> |
CorbaBinding.getFaultOutInterceptors() |
Modifier and Type | Class and Description |
---|---|
class |
CorbaStreamFaultInInterceptor |
class |
CorbaStreamFaultOutInterceptor |
class |
CorbaStreamInInterceptor |
class |
CorbaStreamOutEndingInterceptor |
class |
CorbaStreamOutInterceptor |
Modifier and Type | Interface and Description |
---|---|
interface |
SoapInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SoapJMSInInterceptor |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
XMLFaultInInterceptor |
class |
XMLFaultOutInterceptor |
class |
XMLMessageInInterceptor |
class |
XMLMessageOutInterceptor |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.getInInterceptors() |
List<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractInterceptorProvidingDataBinding.getOutInterceptors() |
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBindingInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggingInterceptor |
class |
LoggingInInterceptor |
class |
LoggingOutInterceptor |
class |
WireTapIn |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLGetInterceptor |
class |
WSDLGetOutInterceptor |
Constructor and Description |
---|
WSDLGetInterceptor(Interceptor<Message> outInterceptor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInDatabindingInterceptor |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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>> |
AbstractAttributedInterceptorProvider.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInFaultInterceptors() |
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>> |
AbstractAttributedInterceptorProvider.getInInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getInInterceptors() |
ListIterator<Interceptor<? extends Message>> |
InterceptorChain.getIterator() |
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>> |
AbstractAttributedInterceptorProvider.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutFaultInterceptors() |
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>> |
AbstractAttributedInterceptorProvider.getOutInterceptors() |
List<Interceptor<? extends Message>> |
AnnotationInterceptors.getOutInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.add(Interceptor<? extends Message> i)
Adds a single interceptor to the interceptor chain.
|
void |
InterceptorChain.remove(Interceptor<? extends Message> i) |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.add(Collection<Interceptor<? extends Message>> i)
Adds multiple interceptors to the interceptor chain.
|
void |
AbstractBasicInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractBasicInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractAttributedInterceptorProvider.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingAuthenticationInterceptor.setSchemeHandlers(Map<String,Interceptor<Message>> handlers) |
Modifier and Type | Class and Description |
---|---|
class |
TransformInInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
class |
TransformOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
Modifier and Type | Class and Description |
---|---|
class |
JavascriptGetInterceptor |
Modifier and Type | Field and Description |
---|---|
static Interceptor<? extends Message> |
JavascriptGetInterceptor.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
JAXBAttachmentSchemaValidationHack |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractClient.AbstractBodyWriter |
protected class |
AbstractClient.AbstractClientAsyncResponseInterceptor |
protected class |
ClientProxyImpl.BodyWriter |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
ClientConfiguration.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getInInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
ClientConfiguration.getOutInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of in fault interceptors which will deal with the HTTP
faults; the client code may choose to catch
WebApplicationException
exceptions instead. |
void |
ClientConfiguration.setInInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of in interceptors which pre-process
the responses from remote services.
|
void |
ClientConfiguration.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of out fault interceptors which will deal with the client-side
faults; the client code may choose to catch
ClientException
exceptions instead. |
void |
ClientConfiguration.setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
Sets the list of out interceptors which post-process
the requests to the remote services.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRequestFilterInterceptor |
class |
ClientResponseFilterInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSClientBeanValidationOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentInputInterceptor |
class |
AttachmentOutputInterceptor |
class |
JAXRSDefaultFaultOutInterceptor |
class |
JAXRSInInterceptor |
class |
JAXRSOutExceptionMapperInterceptor
Deprecated.
|
class |
JAXRSOutInterceptor |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosAuthOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SseInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSBeanValidationInInterceptor |
class |
JAXRSBeanValidationOutInterceptor |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
EndpointImpl.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
EndpointImpl.getInInterceptors() |
List<Interceptor<? extends Message>> |
EndpointImpl.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
EndpointImpl.getOutInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
EndpointImpl.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
EndpointImpl.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
EndpointImpl.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJAXWSHandlerInterceptor<T extends Message> |
class |
AbstractProtocolHandlerInterceptor<T extends Message> |
Modifier and Type | Class and Description |
---|---|
class |
LogicalHandlerFaultInInterceptor |
class |
LogicalHandlerFaultOutInterceptor |
class |
LogicalHandlerInInterceptor |
class |
LogicalHandlerOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SOAPHandlerFaultInInterceptor |
class |
SOAPHandlerFaultOutInterceptor |
class |
SOAPHandlerInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
HolderInInterceptor |
class |
HolderOutInterceptor |
class |
MessageModeInInterceptor |
class |
MessageModeOutInterceptor |
class |
SwAInInterceptor |
class |
SwAOutInterceptor |
class |
WebFaultOutInterceptor |
class |
WrapperClassInInterceptor |
class |
WrapperClassOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageResponseTimeInterceptor |
class |
PersistInInterceptor |
class |
PersistOutInterceptor |
class |
ResponseTimeMessageInInterceptor |
class |
ResponseTimeMessageInvokerInterceptor |
class |
ResponseTimeMessageOutInterceptor |
class |
ResponseTimeMessageOutInterceptor.EndingInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetricsInterceptor |
class |
CountingOutInterceptor |
class |
MetricsMessageClientOutInterceptor |
class |
MetricsMessageInInterceptor |
class |
MetricsMessageInOneWayInterceptor |
class |
MetricsMessageInPostInvokeInterceptor |
class |
MetricsMessageInPreInvokeInterceptor |
class |
MetricsMessageOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
MPAsyncInvocationInterceptorImpl |
class |
MPAsyncInvocationInterceptorPostAsyncImpl |
class |
MPAsyncInvocationInterceptorRemoveContextImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that participates in a
PhaseInterceptorChain.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPhaseInterceptor<T extends Message>
Provides a starting point implementation for a interceptors that
participate in phased message processing.
|
Modifier and Type | Method and Description |
---|---|
ListIterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.getIterator() |
Iterator<Interceptor<? extends Message>> |
PhaseInterceptorChain.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i) |
void |
PhaseInterceptorChain.add(Interceptor<? extends Message> i,
boolean force) |
void |
PhaseInterceptorChain.remove(Interceptor<? extends Message> i) |
Modifier and Type | Class and Description |
---|---|
class |
Saml2BearerAuthOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
OAuthRequestInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSamlOutInterceptor |
class |
SamlEnvelopedOutInterceptor |
class |
SamlFormOutInterceptor |
class |
SamlHeaderOutInterceptor |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ClaimsAuthorizingInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXACMLAuthorizingInterceptor
An interceptor to perform an XACML 2.0 authorization request to a remote PDP using OpenSAML,
and make an authorization decision based on the response.
|
class |
XACMLAuthorizingInterceptor
An interceptor to perform an XACML 2.0 authorization request to a remote PDP using OpenSAML,
and make an authorization decision based on the response.
|
Modifier and Type | Class and Description |
---|---|
class |
StaxSchemaValidationInInterceptor |
class |
StaxSchemaValidationOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SCTInInterceptor |
class |
SCTOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
ThrottlingInterceptor |
class |
ThrottlingResponseInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBraveClientInterceptor |
class |
AbstractBraveInterceptor |
class |
BraveClientStartInterceptor |
class |
BraveClientStopInterceptor |
class |
BraveStartInterceptor |
class |
BraveStopInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOpenTracingClientInterceptor |
class |
AbstractOpenTracingInterceptor |
class |
OpenTracingClientStartInterceptor |
class |
OpenTracingClientStopInterceptor |
class |
OpenTracingStartInterceptor |
class |
OpenTracingStopInterceptor |
Modifier and Type | Field and Description |
---|---|
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.bindingInterceptors |
protected List<Interceptor<? extends Message>> |
MultipleEndpointObserver.routingInterceptors |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getBindingInterceptors() |
List<Interceptor<? extends Message>> |
MultipleEndpointObserver.getRoutingInterceptors() |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GZIPFeature.remove(List<Interceptor<? extends Message>> outInterceptors) |
Modifier and Type | Class and Description |
---|---|
class |
HttpAuthenticationFaultHandler
Translates an AuthenticationException into a 401 response
|
Modifier and Type | Class and Description |
---|---|
class |
CertConstraintsInterceptor
An interceptor that enforces certificate constraints logic at the TLS layer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBeanValidationInterceptor |
class |
AbstractValidationInterceptor |
class |
BeanValidationInInterceptor |
class |
BeanValidationOutInterceptor |
class |
ClientBeanValidationOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
MAPAggregator
Logical Handler responsible for aggregating the Message Addressing
Properties for outgoing messages.
|
Modifier and Type | Class and Description |
---|---|
class |
MAPAggregatorImpl
Logical Handler responsible for aggregating the Message Addressing
Properties for outgoing messages.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteringInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
MEXInInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicyInterceptor |
class |
ClientPolicyInFaultInterceptor |
class |
PolicyInInterceptor |
class |
PolicyOutInterceptor |
class |
PolicyVerificationInFaultInterceptor |
class |
PolicyVerificationInInterceptor |
class |
PolicyVerificationOutInterceptor |
class |
ServerPolicyOutFaultInterceptor |
Modifier and Type | Field and Description |
---|---|
protected List<Interceptor<? extends Message>> |
EffectivePolicyImpl.interceptors |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
EndpointPolicyImpl.getFaultInterceptors(Message m) |
List<Interceptor<? extends Message>> |
EndpointPolicy.getFaultInterceptors(Message m) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistry.getInFaultInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getInFaultInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistry.getInInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getInInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
EffectivePolicy.getInterceptors() |
List<Interceptor<? extends Message>> |
EffectivePolicyImpl.getInterceptors() |
List<Interceptor<? extends Message>> |
EndpointPolicyImpl.getInterceptors(Message m) |
List<Interceptor<? extends Message>> |
EndpointPolicy.getInterceptors(Message m) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistry.getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alterative,
boolean out,
boolean fault) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alternative,
boolean out,
boolean fault) |
protected List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getInterceptorsForAssertion(QName qn,
boolean out,
boolean fault) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistry.getOutFaultInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getOutFaultInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistry.getOutInterceptorsForAssertion(QName qn) |
List<Interceptor<? extends Message>> |
PolicyInterceptorProviderRegistryImpl.getOutInterceptorsForAssertion(QName qn) |
Modifier and Type | Class and Description |
---|---|
class |
MTOMPolicyInterceptor |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
WrappedService.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
WrappedEndpoint.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
WrappedService.getInInterceptors() |
List<Interceptor<? extends Message>> |
WrappedEndpoint.getInInterceptors() |
List<Interceptor<? extends Message>> |
WrappedService.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
WrappedEndpoint.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
WrappedService.getOutInterceptors() |
List<Interceptor<? extends Message>> |
WrappedEndpoint.getOutInterceptors() |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityVerificationOutInterceptor
Interceptor verifies critical policy security assertions for client side
|
class |
STSTokenOutInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AuthPolicyValidatingInterceptor |
Modifier and Type | Field and Description |
---|---|
protected List<Interceptor<? extends Message>> |
AbstractSTSClient.in |
protected List<Interceptor<? extends Message>> |
AbstractSTSClient.inFault |
protected List<Interceptor<? extends Message>> |
AbstractSTSClient.out |
protected List<Interceptor<? extends Message>> |
AbstractSTSClient.outFault |
Modifier and Type | Method and Description |
---|---|
List<Interceptor<? extends Message>> |
AbstractSTSClient.getInFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractSTSClient.getInInterceptors() |
List<Interceptor<? extends Message>> |
AbstractSTSClient.getOutFaultInterceptors() |
List<Interceptor<? extends Message>> |
AbstractSTSClient.getOutInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSTSClient.setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractSTSClient.setInInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractSTSClient.setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) |
void |
AbstractSTSClient.setOutInterceptors(List<Interceptor<? extends Message>> interceptors) |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointSelectionInterceptor |
class |
BareInInterceptor |
class |
BareOutInterceptor |
class |
DocLiteralInInterceptor |
class |
WrappedOutInterceptor |
static class |
WrappedOutInterceptor.WrappedOutEndingInterceptor |
Apache CXF