|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.context.WebServiceContext
The WebServiceContext object keeps track of the context information associated with a particular invocation of a WebLogic Web Service operation.
Method Summary | |
static WebServiceContext |
currentContext()
Deprecated. Returns the context information associated with the current thread. |
abstract WebServiceHeader |
getHeader()
Deprecated. Returns the implicit SOAP headers associated with this Web service invocation. |
abstract SOAPMessageContext |
getLastMessageContext()
Deprecated. Returns the last SOAPMessageContext associated with this Web Service invocation. |
abstract WebServiceSession |
getSession()
Deprecated. Returns the session associated with this Web Service invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static WebServiceContext currentContext() throws ContextNotFoundException
ContextNotFoundException
- if there is no context associated with
this thread.public abstract WebServiceHeader getHeader()
The implicit headers are grouped into a WebServiceHeader object which you can query for individual headers.
public abstract SOAPMessageContext getLastMessageContext()
public abstract WebServiceSession getSession()
If you are using this method in the server-side Java code that implements the Web service operation (such as the method of an EJB or Java class), the session is very much like the HTTPSession object of the J2EE servlet API.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |