javax.xml.ws
Interface WebServiceContext
public interface WebServiceContext
getEndpointReference
EndpointReference getEndpointReference(Element... referenceParameters)
getEndpointReference
<T extends EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
getMessageContext
MessageContext getMessageContext()
getUserPrincipal
Principal getUserPrincipal()
isUserInRole
boolean isUserInRole(String s)
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.