|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncSOAPInvokeState
Represents an asynchronous SOAP operation invocation. Objects implementing this interface are placed on the buffering (WS-RM or just async) queue during processing. This is done to maintain the state of the invocation while decoupling the caller from the actual work for the invocation.
Method Summary | |
---|---|
SOAPMessage |
getClonedSOAPMessage()
Get a clone of the request SOAPMessage for this invocation. |
Map |
getMessageContextProperties()
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. |
String |
getServiceURI()
Get the URI for the service that stored this async SOAP invocation state |
SOAPMessage |
getSOAPMessage()
Get the SOAPMessage that acts as the request for the current operation invocation. |
boolean |
isSoap12()
Is this invocation using the SOAP 1.2 protocol. |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Method Detail |
---|
SOAPMessage getSOAPMessage()
SOAPMessage getClonedSOAPMessage()
boolean isSoap12()
Map getMessageContextProperties()
String getServiceURI()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |