| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WebServiceSession
The WebServiceSession object maintains state on the server between multiple HTTP invokes of the same Web Service operation from a single client. This class relies on HTTP sessions to maintain state.
When used in a stand-alone client application, this object can be used to main state in the client when invoking a particular Web service multiple times.
| Method Summary | |
|---|---|
|  Object | getAttribute(String name)Deprecated. Returns the value of an attribute. | 
|  Iterator | getAttributeNames()Deprecated. Returns the names of all the attributes associated with this session. | 
|  Object | getRequest()Deprecated. Returns the underlying HTTP request. | 
|  Object | getUnderlyingSession()Deprecated. Returns the underlying HTTP session. | 
|  void | invalidate()Deprecated. Invalidates the session. | 
|  void | removeAttribute(String name)Deprecated. Removes the specified attribute. | 
|  void | setAttribute(String name,
             Object value)Deprecated. Sets the value of the specified attribute. | 
| Method Detail | 
|---|
Object getUnderlyingSession()
                            throws JAXRPCException
JAXRPCException - unable to find session
Object getRequest()
                  throws JAXRPCException
JAXRPCException - unable to retrieve requestObject getAttribute(String name)
name - name of the attribute
void setAttribute(String name,
                  Object value)
name - name of the attributevalue - value of the attributeIterator getAttributeNames()
void removeAttribute(String name)
name - name of the attribute to be removedvoid invalidate()
| 
 | Copyright 1996, 2010, 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.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||