org.apache.geronimo.axis2.pojo
Class POJOWebServiceContext
java.lang.Object
org.apache.geronimo.axis2.pojo.POJOWebServiceContext
- All Implemented Interfaces:
- WebServiceContext
public class POJOWebServiceContext
- extends Object
- implements 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 MessageContext getMessageContext()
- Specified by:
getMessageContext in interface WebServiceContext
getUserPrincipal
public final Principal getUserPrincipal()
- Specified by:
getUserPrincipal in interface WebServiceContext
isUserInRole
public final boolean isUserInRole(String user)
- Specified by:
isUserInRole in interface WebServiceContext
getEndpointReference
public final EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference in interface WebServiceContext
getEndpointReference
public final <T extends EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
- Specified by:
getEndpointReference in interface WebServiceContext
Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.