Package com.sun.xml.ws.server
Class AbstractWebServiceContext
java.lang.Object
com.sun.xml.ws.server.AbstractWebServiceContext
- All Implemented Interfaces:
WSWebServiceContext,WebServiceContext
- Direct Known Subclasses:
AsyncProviderInvokerTube.AsyncWebServiceContext
Partial
WSWebServiceContext implementation. This implementation depends on
Packet and concrete implementations provide it via
WSWebServiceContext.getRequestPacket().- Author:
- Jitendra Kotamraju
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends EndpointReference>
TgetEndpointReference(Class<T> clazz, Element... referenceParameters) getEndpointReference(Element... referenceParameters) booleanisUserInRole(String role) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.api.server.WSWebServiceContext
getRequestPacket
-
Constructor Details
-
AbstractWebServiceContext
-
-
Method Details
-
getMessageContext
- Specified by:
getMessageContextin interfaceWebServiceContext
-
getUserPrincipal
- Specified by:
getUserPrincipalin interfaceWebServiceContext
-
isUserInRole
- Specified by:
isUserInRolein interfaceWebServiceContext
-
getEndpointReference
- Specified by:
getEndpointReferencein interfaceWebServiceContext
-
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters) - Specified by:
getEndpointReferencein interfaceWebServiceContext
-