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 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 Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in interface javax.xml.ws.WebServiceContext
isUserInRole
public boolean isUserInRole(String roleName)
- Specified by:
isUserInRole
in interface javax.xml.ws.WebServiceContext
getEndpointReference
public EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference
in interface javax.xml.ws.WebServiceContext
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
- Specified by:
getEndpointReference
in interface javax.xml.ws.WebServiceContext
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.