public class WebServiceContextDelegate extends ExtensibleWebServiceContext
| Constructor and Description |
|---|
WebServiceContextDelegate(WebServiceContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T extends EndpointReference> |
getEndpointReference(Class<T> arg0,
Element... arg1) |
EndpointReference |
getEndpointReference(Element... arg0) |
MessageContext |
getMessageContext() |
Principal |
getUserPrincipal() |
boolean |
isUserInRole(String s) |
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setPropertypublic WebServiceContextDelegate(WebServiceContext ctx)
public Principal getUserPrincipal()
getUserPrincipal in interface WebServiceContextgetUserPrincipal in class ExtensibleWebServiceContextpublic boolean isUserInRole(String s)
isUserInRole in interface WebServiceContextisUserInRole in class ExtensibleWebServiceContextpublic MessageContext getMessageContext()
getMessageContext in interface WebServiceContextgetMessageContext in class ExtensibleWebServiceContextpublic EndpointReference getEndpointReference(Element... arg0)
getEndpointReference in interface WebServiceContextgetEndpointReference in class ExtensibleWebServiceContextpublic <T extends EndpointReference> T getEndpointReference(Class<T> arg0, Element... arg1)
getEndpointReference in interface WebServiceContextgetEndpointReference in class ExtensibleWebServiceContextCopyright © 2012. All Rights Reserved.