org.apache.ws.resource.handler.websphere
Class WASResourceContext

java.lang.Object
  extended byorg.apache.ws.resource.impl.ResourceContextImpl
      extended byorg.apache.ws.resource.handler.websphere.WASResourceContext
All Implemented Interfaces:
ResourceContext

public class WASResourceContext
extends org.apache.ws.resource.impl.ResourceContextImpl

Websphere version of a ResourceContext.

Author:
Sal Campana

Constructor Summary
WASResourceContext(javax.xml.rpc.handler.soap.SOAPMessageContext soapMsgContext)
          Creates a new ResourceContextImpl object.
 
Method Summary
protected  java.net.URL getServiceURL(javax.xml.rpc.handler.soap.SOAPMessageContext msgContext)
          Returns the Service URL from the WAS MessageContext properties
 
Methods inherited from class org.apache.ws.resource.impl.ResourceContextImpl
containsProperty, extractProperties, getAddressingAction, getBaseURL, getProperty, getPropertyNames, getRequestAction, getResource, getResourceHome, getServiceName, getServiceName, getServiceURL, getSOAPMessage, lookupHome, removeProperty, setProperty, setResponseAction, setServiceName, setServiceURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WASResourceContext

public WASResourceContext(javax.xml.rpc.handler.soap.SOAPMessageContext soapMsgContext)
                   throws java.lang.Exception
Creates a new ResourceContextImpl object.

Parameters:
soapMsgContext - SOAP message context corresponding to a particular request
Method Detail

getServiceURL

protected java.net.URL getServiceURL(javax.xml.rpc.handler.soap.SOAPMessageContext msgContext)
Returns the Service URL from the WAS MessageContext properties

Parameters:
msgContext - the context for the current SOAP request; must not be null
Returns:
DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.