|
Oracle | ||||||||||
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 sessionObject 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()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |