org.apache.axis2.jaxws.context
Class WebServiceContextImpl
java.lang.Object
org.apache.axis2.jaxws.context.WebServiceContextImpl
- All Implemented Interfaces:
- WebServiceContext
public class WebServiceContextImpl
- extends java.lang.Object
- implements WebServiceContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceContextImpl
public WebServiceContextImpl()
getMessageContext
public MessageContext getMessageContext()
- Specified by:
getMessageContext
in interface WebServiceContext
getUserPrincipal
public java.security.Principal getUserPrincipal()
- Specified by:
getUserPrincipal
in interface WebServiceContext
isUserInRole
public boolean isUserInRole(java.lang.String user)
- Specified by:
isUserInRole
in interface WebServiceContext
setSoapMessageContext
public void setSoapMessageContext(MessageContext soapMessageContext)
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in interface WebServiceContext
getEndpointReference
public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in interface WebServiceContext
Copyright © 2007 Apache Web Services Project. All Rights Reserved.