org.apache.openejb.core.singleton
Class EjbWsContext
java.lang.Object
org.apache.openejb.core.singleton.EjbWsContext
- All Implemented Interfaces:
- javax.xml.ws.WebServiceContext
public class EjbWsContext
- extends java.lang.Object
- implements javax.xml.ws.WebServiceContext
Constructor Summary |
EjbWsContext(javax.ejb.SessionContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbWsContext
public EjbWsContext(javax.ejb.SessionContext context)
getMessageContext
public javax.xml.ws.handler.MessageContext getMessageContext()
- Specified by:
getMessageContext
in interface javax.xml.ws.WebServiceContext
getUserPrincipal
public java.security.Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in interface javax.xml.ws.WebServiceContext
isUserInRole
public boolean isUserInRole(java.lang.String roleName)
- Specified by:
isUserInRole
in interface javax.xml.ws.WebServiceContext
getEndpointReference
public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in interface javax.xml.ws.WebServiceContext
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in interface javax.xml.ws.WebServiceContext
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.