|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.ResourceContext
org.apache.ws.resource.impl.AbstractResourceContext
org.apache.ws.resource.handler.axis.AxisResourceContext
LOG-DONE Axis version of a ResourceContext.
Field Summary | |
static Messages |
MSG
|
Constructor Summary | |
AxisResourceContext(javax.xml.rpc.handler.soap.SOAPMessageContext msgContext)
Creates a new AxisResourceContext object. |
Method Summary | |
protected java.lang.String |
getServiceName(javax.xml.rpc.handler.MessageContext msgContext)
Returns the Service name from the Axis MessageContext MessageContext.getTargetService() |
protected java.net.URL |
getServiceURL(javax.xml.rpc.handler.MessageContext msgContext)
Returns the Service url from the Axis MessageContext MessageContext.getProperty(String)
passing it MessageContext.TRANS_URL |
Methods inherited from class org.apache.ws.resource.impl.AbstractResourceContext |
containsProperty, getAddressingAction, getAddressingAction, getBaseURL, getProperty, getPropertyNames, getResource, getResourceHome, getResourceHomeLocation, getResourceKey, getResourceKey, getResourceKeyHeader, getResourceKeyHeader, getResourceKeyHeader, getServiceName, getServiceURL, getSOAPMessage, removeProperty, setProperty, setResourceKeyClass, setResourceKeyQname, setServiceName |
Methods inherited from class org.apache.ws.resource.ResourceContext |
getResourceContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Messages MSG
Constructor Detail |
public AxisResourceContext(javax.xml.rpc.handler.soap.SOAPMessageContext msgContext)
AxisResourceContext
object.
msgContext
- SOAPMessageContextMethod Detail |
protected java.lang.String getServiceName(javax.xml.rpc.handler.MessageContext msgContext)
MessageContext.getTargetService()
getServiceName
in class AbstractResourceContext
msgContext
- Jax-RPC MessageContext
protected java.net.URL getServiceURL(javax.xml.rpc.handler.MessageContext msgContext)
MessageContext.getProperty(String)
passing it MessageContext.TRANS_URL
getServiceURL
in class AbstractResourceContext
msgContext
- Jax-RPC MessageContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |