|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.context.WebServiceContext
public abstract class 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 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.
public abstract SOAPMessageContext getLastMessageContext()
|
Copyright 1996, 2011, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |