weblogic.webservice.context
Class WebServiceSessionImpl
java.lang.Object
|
+--weblogic.webservice.context.WebServiceSessionImpl
- public class WebServiceSessionImpl
- extends java.lang.Object
- implements WebServiceSession
- Author:
- Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
WebServiceSessionImpl
public WebServiceSessionImpl()
getUnderlyingSession
public java.lang.Object getUnderlyingSession()
throws javax.xml.rpc.JAXRPCException
- Specified by:
- getUnderlyingSession in interface WebServiceSession
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- Specified by:
- getAttribute in interface WebServiceSession
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
- setAttribute in interface WebServiceSession
getAttributeNames
public java.util.Iterator getAttributeNames()
- Specified by:
- getAttributeNames in interface WebServiceSession
removeAttribute
public void removeAttribute(java.lang.String name)
- Specified by:
- removeAttribute in interface WebServiceSession
invalidate
public void invalidate()
- Specified by:
- invalidate in interface WebServiceSession