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.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
 
WebServiceHttpSessionImpl
public WebServiceHttpSessionImpl(javax.servlet.http.HttpServletRequest request)
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