org.apache.geronimo.axis2.pojo
Class POJOWebServiceContext
java.lang.Object
org.apache.geronimo.axis2.pojo.POJOWebServiceContext
- All Implemented Interfaces:
- javax.xml.ws.WebServiceContext
public class POJOWebServiceContext
- extends Object
- implements javax.xml.ws.WebServiceContext
Implementation of WebServiceContext that uses ThreadLocal to associate MessageContext with
the thread.
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POJOWebServiceContext
public POJOWebServiceContext()
getMessageContext
public final javax.xml.ws.handler.MessageContext getMessageContext()
- Specified by:
getMessageContext in interface javax.xml.ws.WebServiceContext
getUserPrincipal
public final Principal getUserPrincipal()
- Specified by:
getUserPrincipal in interface javax.xml.ws.WebServiceContext
isUserInRole
public final boolean isUserInRole(String user)
- Specified by:
isUserInRole in interface javax.xml.ws.WebServiceContext
getEndpointReference
public final javax.xml.ws.EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference in interface javax.xml.ws.WebServiceContext
getEndpointReference
public final <T extends javax.xml.ws.EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
- Specified by:
getEndpointReference in interface javax.xml.ws.WebServiceContext
Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.