| java.lang.Object samples.client.DynamicInvoker
DynamicInvoker | public class DynamicInvoker (Code) | | This sample shows how to use Axis for completely dynamic invocations
as it is completely stubless execution. It supports both doc/lit and rpc/encoded
services. But this sample does not support complex types
(it could if there was defined a to encode complex values as command line arguments).
author: Davanum Srinivas (dims@yahoo.com) |
getSymTabEntry | public SymTabEntry getSymTabEntry(QName qname, Class cls)(Code) | | Method getSymTabEntry
Parameters: qname - Parameters: cls - |
invokeMethod | public HashMap invokeMethod(String operationName, String portName, String[] args) throws Exception(Code) | | Method invokeMethod
Parameters: wsdlLocation - Parameters: operationName - Parameters: inputName - Parameters: outputName - Parameters: portName - Parameters: args - throws: Exception - |
selectService | public Service selectService(String serviceNS, String serviceName) throws Exception(Code) | | Method selectService
Parameters: def - Parameters: serviceNS - Parameters: serviceName - throws: Exception - |
|
|