org.globus.wsrf.utils
Class ContextUtils
java.lang.Object
org.globus.wsrf.utils.ContextUtils
- public class ContextUtils
- extends java.lang.Object
|
Method Summary |
static java.lang.Object |
getServiceProperty(org.apache.axis.MessageContext context,
java.lang.String propName)
|
static java.lang.Object |
getServiceProperty(org.apache.axis.MessageContext context,
java.lang.String serviceName,
java.lang.String propName)
|
static java.lang.Object |
getServiceProperty(org.apache.axis.handlers.soap.SOAPService service,
java.lang.String propName)
|
static org.apache.axis.handlers.soap.SOAPService |
getTargetService(org.apache.axis.MessageContext context)
|
static java.lang.String |
getTargetServicePath(org.apache.axis.MessageContext context)
|
static void |
setServiceProperty(org.apache.axis.MessageContext context,
java.lang.String serviceName,
java.lang.String propName,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextUtils
public ContextUtils()
getTargetServicePath
public static java.lang.String getTargetServicePath(org.apache.axis.MessageContext context)
getTargetService
public static org.apache.axis.handlers.soap.SOAPService getTargetService(org.apache.axis.MessageContext context)
getServiceProperty
public static java.lang.Object getServiceProperty(org.apache.axis.MessageContext context,
java.lang.String serviceName,
java.lang.String propName)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
getServiceProperty
public static java.lang.Object getServiceProperty(org.apache.axis.MessageContext context,
java.lang.String propName)
getServiceProperty
public static java.lang.Object getServiceProperty(org.apache.axis.handlers.soap.SOAPService service,
java.lang.String propName)
setServiceProperty
public static void setServiceProperty(org.apache.axis.MessageContext context,
java.lang.String serviceName,
java.lang.String propName,
java.lang.Object value)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault