BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.webservice.context
Class WebServiceHttpSessionImpl

java.lang.Object
  |
  +--weblogic.webservice.context.WebServiceHttpSessionImpl

public class WebServiceHttpSessionImpl
extends java.lang.Object
implements WebServiceSession

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

Constructor Summary
WebServiceHttpSessionImpl(javax.servlet.http.HttpServletRequest request)
           
 
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

WebServiceHttpSessionImpl

public WebServiceHttpSessionImpl(javax.servlet.http.HttpServletRequest request)
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