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 org.w3c.dom.Document ReflectionUtils.getWSDLDocumentForDefinition(javax.wsdl.Definition wsdlDefinition)
           
static java.util.Collection ReflectionUtils.getOperationDescriptions(javax.wsdl.Definition wsdlDefinition, org.w3c.dom.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 java.lang.Class ReflectionUtils.getClassForQName(javax.xml.namespace.QName typeQName)
           
static void ReflectionUtils.registerTypeMapping(javax.xml.namespace.QName typeQName, java.lang.Class className, org.apache.axis.encoding.TypeMapping typeMapping)
           
 void DynamicInvoker.setMethodName(java.lang.String methodName)
           
 java.lang.Object DynamicInvoker.call()
          Execute the specified remote operation
 java.lang.Object DynamicInvoker.call(java.lang.String methodName, java.lang.Object[] parameters)
           
 



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