public interface WSWebServiceContext extends WebServiceContext
WebServiceContext that exposes JAX-WS RI specific additions.
WebServiceContext instances that JAX-WS injects always
implement this interface.
The JAX-WS RI may add methods on this interface, so do not implement
this interface in your code, or risk LinkageError.
| Modifier and Type | Method and Description |
|---|---|
Packet |
getRequestPacket()
Obtains the request packet that is being processed.
|
getEndpointReference, getEndpointReference, getMessageContext, getUserPrincipal, isUserInRole@Nullable Packet getRequestPacket()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.