org.apache.axis2.jaxws.context
Class WebServiceContextImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.context.WebServiceContextImpl

public class WebServiceContextImpl
extends java.lang.Object


Constructor Summary
WebServiceContextImpl()
           
 
Method Summary
<T extends EndpointReference>
T
getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 MessageContext getMessageContext()
           
 java.security.Principal getUserPrincipal()
           
 boolean isUserInRole(java.lang.String user)
           
 void setSoapMessageContext(MessageContext soapMessageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceContextImpl

public WebServiceContextImpl()
Method Detail

getMessageContext

public MessageContext getMessageContext()

getUserPrincipal

public java.security.Principal getUserPrincipal()

isUserInRole

public boolean isUserInRole(java.lang.String user)

setSoapMessageContext

public void setSoapMessageContext(MessageContext soapMessageContext)

getEndpointReference

public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
                                                            org.w3c.dom.Element... referenceParameters)

getEndpointReference

public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.