Package | Description |
---|---|
com.arjuna.mw.wst11.client | |
com.arjuna.mw.wst11.service | |
com.arjuna.webservices11.wsarj.handler | |
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.picketlink.identity.federation.core.wstrust.handlers | |
org.picketlink.trust.jbossws |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractWSTXHandler.handleFault(SOAPMessageContext context)
Delegates fault handling to the JaxWSHeaderContextProcessor if either WSTXFeature or default context propagation is
enabled.
|
boolean |
JaxWSHeaderContextProcessor.handleFault(SOAPMessageContext messageContext)
Tidy up the Transaction/Thread association.
|
protected boolean |
JaxWSHeaderContextProcessor.handleInbound(SOAPMessageContext messageContext)
Tidy up the Transaction/Thread association before control is returned to the user.
|
boolean |
AbstractWSTXHandler.handleMessage(SOAPMessageContext context)
Delegates message handling to the JaxWSHeaderContextProcessor if either WSTXFeature or default context propagation is
enabled.
|
boolean |
JaxWSHeaderContextProcessor.handleMessage(SOAPMessageContext msgContext)
Process a message.
|
boolean |
JaxWSHeaderContextProcessor.handleMessage(SOAPMessageContext msgContext,
boolean mustUnderstand)
Process a message.
|
protected boolean |
JaxWSHeaderContextProcessor.handleOutbound(SOAPMessageContext messageContext,
boolean mustUnderstand)
Process the tx thread context and attach serialized version as msg header
|
protected boolean |
EnabledWSTXHandler.isContextPropagationEnabled(SOAPMessageContext context) |
protected boolean |
DisabledWSTXHandler.isContextPropagationEnabled(SOAPMessageContext context) |
protected abstract boolean |
AbstractWSTXHandler.isContextPropagationEnabled(SOAPMessageContext context)
Checks if WSTXHandler should propagate WS-AT/WS-BA context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JaxWSHeaderContextProcessor.handleFault(SOAPMessageContext messageContext)
Tidy up the Transaction/Thread association before faults are thrown back to the client.
|
protected boolean |
JaxWSSubordinateHeaderContextProcessor.handleInbound(SOAPMessageContext msgContext)
Process the tx context header that is attached to the received message.
|
protected boolean |
JaxWSHeaderContextProcessor.handleInbound(SOAPMessageContext msgContext)
Process the tx context header that is attached to the received message.
|
boolean |
JaxWSHeaderContextProcessor.handleMessage(SOAPMessageContext msgContext)
Process a message.
|
protected boolean |
JaxWSHeaderContextProcessor.handleOutbound(SOAPMessageContext messageContext)
Tidy up the Transaction/Thread association before response is returned to the client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceIdentifierHandler.handleFault(SOAPMessageContext context)
this handler ignores faults but allows other handlers to deal with them
|
boolean |
InstanceIdentifierHandler.handleMessage(SOAPMessageContext context)
Handle an outgoing message by inserting any current arjuna context attached to the context into the message
headers and handle an incoming message by retrieving the context from the headers and attaching it to the
context,
|
protected boolean |
InstanceIdentifierInHandler.handleMessageOutbound(SOAPMessageContext context)
override the parent behaviour so that this handler processes incoming arjuna instance identifiers
but avoids inserting them into outgoing messages
|
protected boolean |
InstanceIdentifierHandler.handleMessageOutbound(SOAPMessageContext context)
check for an arjuna context attached to the message context and, if found, install its identifier as the value
of a soap message header element
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPHandler<T extends SOAPMessageContext>
The
SOAPHandler class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler. |
Modifier and Type | Class and Description |
---|---|
class |
GenericSOAPHandler<C extends SOAPMessageContext>
A generic JAX-WS soap handler
|
Modifier and Type | Method and Description |
---|---|
boolean |
STSSecurityHandler.handleFault(SOAPMessageContext messageContext) |
boolean |
STSSecurityHandler.handleMessage(SOAPMessageContext messageContext)
Will process in-bound messages and extract a security token from the SOAP Header.
|
Modifier and Type | Class and Description |
---|---|
static class |
PicketLinkDispatch.PLMessageContext |
Copyright © 2017 JBoss by Red Hat. All rights reserved.