public abstract class AbstractWebServiceContext extends Object implements WSWebServiceContext
WSWebServiceContext implementation. This implementation depends on
Packet and concrete implementations provide it via
WSWebServiceContext.getRequestPacket().InvokerTube, AsyncProviderInvokerTube| Constructor and Description |
|---|
AbstractWebServiceContext(WSEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
<T extends EndpointReference> |
getEndpointReference(Class<T> clazz,
Element... referenceParameters) |
EndpointReference |
getEndpointReference(Element... referenceParameters) |
MessageContext |
getMessageContext() |
Principal |
getUserPrincipal() |
boolean |
isUserInRole(String role) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestPacketpublic AbstractWebServiceContext(@NotNull
WSEndpoint endpoint)
public MessageContext getMessageContext()
getMessageContext in interface WebServiceContextpublic Principal getUserPrincipal()
getUserPrincipal in interface WebServiceContextpublic boolean isUserInRole(String role)
isUserInRole in interface WebServiceContextpublic EndpointReference getEndpointReference(Element... referenceParameters)
getEndpointReference in interface WebServiceContextpublic <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters)
getEndpointReference in interface WebServiceContextCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.