Package | Description |
---|---|
com.arjuna.webservices11.wsarj.handler | |
javax.xml.ws.http |
This package defines APIs specific to the HTTP binding.
|
javax.xml.ws.soap |
This package defines APIs specific to the SOAP binding.
|
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
HTTPException
The
HTTPException exception represents a
XML/HTTP fault. |
Modifier and Type | Class and Description |
---|---|
class |
SOAPFaultException
The
SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.