org.apache.axis.transport.http

Class ServletEndpointContextImpl

Implemented Interfaces:
ServletEndpointContext

public class ServletEndpointContextImpl
extends java.lang.Object
implements ServletEndpointContext

Method Summary

HttpSession
getHttpSession()
MessageContext
getMessageContext()
ServletContext
getServletContext()
Principal
getUserPrincipal()
boolean
isUserInRole(String role)

Method Details

getHttpSession

public HttpSession getHttpSession()
Specified by:
getHttpSession in interface ServletEndpointContext


getMessageContext

public MessageContext getMessageContext()
Specified by:
getMessageContext in interface ServletEndpointContext


getServletContext

public ServletContext getServletContext()
Specified by:
getServletContext in interface ServletEndpointContext


getUserPrincipal

public Principal getUserPrincipal()
Specified by:
getUserPrincipal in interface ServletEndpointContext


isUserInRole

public boolean isUserInRole(String role)


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.