BEA Systems, Inc.

WebLogic Server 8.1 API Reference

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.

Constructor Summary
WebServiceSessionImpl()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
 java.util.Iterator getAttributeNames()
           
 java.lang.Object getUnderlyingSession()
           
 void invalidate()
           
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceSessionImpl

public WebServiceSessionImpl()
Method Detail

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b