Methods Summary |
---|
public javax.xml.ws.EndpointReference | getEndpointReference(org.w3c.dom.Element referenceParameters)Returns the EndpointReference for this
endpoint.
If the {@link Binding} for this bindingProvider is
either SOAP1.1/HTTP or SOAP1.2/HTTP, then a
W3CEndpointReference MUST be returned.
|
public T | getEndpointReference(java.lang.Class clazz, org.w3c.dom.Element referenceParameters)Returns the EndpointReference associated with
this endpoint.
|
public javax.xml.ws.handler.MessageContext | getMessageContext()Returns the MessageContext for the request being served
at the time this method is called. Only properties with
APPLICATION scope will be visible to the application.
|
public java.security.Principal | getUserPrincipal()Returns the Principal that identifies the sender
of the request currently being serviced. If the
sender has not been authenticated, the method
returns null .
|
public boolean | isUserInRole(java.lang.String role)Returns a boolean indicating whether the
authenticated user is included in the specified
logical role. If the user has not been
authenticated, the method returns false.
|