当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
ServletEndpointContextImpl (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.transport.http
Class ServletEndpointContextImpl
java.lang.Object
org.apache.axis.transport.http.ServletEndpointContextImpl
- All Implemented Interfaces:
- javax.xml.rpc.server.ServletEndpointContext
- public class ServletEndpointContextImpl
- extends Object
- implements javax.xml.rpc.server.ServletEndpointContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletEndpointContextImpl
public ServletEndpointContextImpl()
getHttpSession
public javax.servlet.http.HttpSession getHttpSession()
- Specified by:
getHttpSession
in interface javax.xml.rpc.server.ServletEndpointContext
getMessageContext
public javax.xml.rpc.handler.MessageContext getMessageContext()
- Specified by:
getMessageContext
in interface javax.xml.rpc.server.ServletEndpointContext
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interface javax.xml.rpc.server.ServletEndpointContext
isUserInRole
public boolean isUserInRole(String role)
- Returns a boolean indicating whether the authenticated user for
the current method invocation on the endpoint instance is included
in the specified logical "role".
- Specified by:
isUserInRole
in interface javax.xml.rpc.server.ServletEndpointContext
- Parameters:
role
- a String specifying the name of the role
- Returns:
- a boolean indicating whether the authenticated user associated
with the current method invocation belongs to a given role; false
if the user has not been authenticated
getUserPrincipal
public Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in interface javax.xml.rpc.server.ServletEndpointContext
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.