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)
|