java.io.Externalizable, java.io.Serializablepublic interface AsyncSOAPInvokeState
extends java.io.Externalizable
| Modifier and Type | Method | Description | 
|---|---|---|
| javax.xml.soap.SOAPMessage | getClonedSOAPMessage() | Deprecated. Get a clone of the request SOAPMessage for this invocation. | 
| java.util.Map | getMessageContextProperties() | Deprecated. Get a map of property name to property value representing the properties
 stored in the JAX-RPC message context at the time this invocation was
 transferred/stored to the buffer queue. | 
| java.lang.String | getServiceURI() | Deprecated. Get the URI for the service that stored this async SOAP invocation state | 
| javax.xml.soap.SOAPMessage | getSOAPMessage() | Deprecated. Get the SOAPMessage that acts as the request for the current operation
 invocation. | 
| boolean | isSoap12() | Deprecated. Is this invocation using the SOAP 1.2 protocol. | 
javax.xml.soap.SOAPMessage getSOAPMessage()
javax.xml.soap.SOAPMessage getClonedSOAPMessage()
boolean isSoap12()
java.util.Map getMessageContextProperties()
java.lang.String getServiceURI()