Uses of Class
org.globus.ogsa.client.reflection.ReflectionException

Packages that use ReflectionException
org.globus.ogsa.client.reflection   
 

Uses of ReflectionException in org.globus.ogsa.client.reflection
 

Methods in org.globus.ogsa.client.reflection that throw ReflectionException
static Document ReflectionUtils.getWSDLDocumentForDefinition(javax.wsdl.Definition wsdlDefinition)
           
static Collection ReflectionUtils.getOperationDescriptions(javax.wsdl.Definition wsdlDefinition, Document wsdlDocument, javax.xml.namespace.QName portTypeName)
          Populate a collection of OperationDesc objects that contain information about the signature of the specified port type's operations
static Class ReflectionUtils.getClassForQName(javax.xml.namespace.QName typeQName)
           
static void ReflectionUtils.registerTypeMapping(javax.xml.namespace.QName typeQName, Class className, org.apache.axis.encoding.TypeMapping typeMapping)
           
 void DynamicInvoker.setMethodName(String methodName)
           
 Object DynamicInvoker.call()
          Execute the specified remote operation
 Object DynamicInvoker.call(String methodName, Object[] parameters)
           
 



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.