Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapInterceptor |
class |
CheckFaultInterceptor |
class |
MustUnderstandInterceptor |
class |
MustUnderstandInterceptor.MustUnderstandEndingInterceptor |
class |
ReadHeadersInterceptor |
static class |
ReadHeadersInterceptor.CheckClosingTagsInterceptor |
class |
Soap11FaultInInterceptor |
class |
Soap11FaultOutInterceptor |
class |
Soap12FaultInInterceptor |
class |
Soap12FaultOutInterceptor |
class |
SoapActionInInterceptor |
static class |
SoapActionInInterceptor.SoapActionInAttemptTwoInterceptor |
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 |
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 |
SOAPHandlerFaultInInterceptor |
class |
SOAPHandlerFaultOutInterceptor |
class |
SOAPHandlerInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SwAInInterceptor |
class |
SwAOutInterceptor |
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 |
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 |
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 |
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 |
UsernameTokenInterceptor |
class |
WSS4JInInterceptor
Performs WS-Security inbound actions.
|
class |
WSS4JOutInterceptor |
class |
WSS4JStaxInInterceptor |
class |
WSS4JStaxOutInterceptor |
Apache CXF