BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.webservice.context
Interface WebServiceSession

All Known Implementing Classes:
WebServiceSessionImpl, WebServiceHttpSessionImpl

public interface WebServiceSession

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

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)
           
 

Method Detail

getUnderlyingSession

public java.lang.Object getUnderlyingSession()
                                      throws javax.xml.rpc.JAXRPCException

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)

getAttributeNames

public java.util.Iterator getAttributeNames()

removeAttribute

public void removeAttribute(java.lang.String name)

invalidate

public void invalidate()

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