org.globus.wsrf.utils
Class ContextUtils

java.lang.Object
  |
  +--org.globus.wsrf.utils.ContextUtils

public class ContextUtils
extends Object


Constructor Summary
ContextUtils()
           
 
Method Summary
static Object getProperty(MessageContext context, String propName)
           
static Object getServiceProperty(MessageContext context, String propName)
           
static Object getServiceProperty(MessageContext context, String serviceName, String propName)
           
static Object getServiceProperty(SOAPService service, String propName)
           
static SOAPService getTargetService(MessageContext context)
           
static String getTargetServicePath(MessageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUtils

public ContextUtils()
Method Detail

getProperty

public static Object getProperty(MessageContext context,
                                 String propName)

getTargetServicePath

public static String getTargetServicePath(MessageContext context)

getTargetService

public static SOAPService getTargetService(MessageContext context)

getServiceProperty

public static Object getServiceProperty(MessageContext context,
                                        String serviceName,
                                        String propName)
                                 throws AxisFault

getServiceProperty

public static Object getServiceProperty(MessageContext context,
                                        String propName)

getServiceProperty

public static Object getServiceProperty(SOAPService service,
                                        String propName)


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.