|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Call | |
javax.xml.rpc | |
org.apache.axis.client |
Uses of Call in javax.xml.rpc |
Methods in javax.xml.rpc that return Call | |
Call |
Service.createCall(QName portName)
Creates a Call instance. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a Call instance. |
Call |
Service.createCall()
Creates an empty Call object that needs to be configured using the setter methods on the Call interface. |
Uses of Call in org.apache.axis.client |
Classes in org.apache.axis.client that implement Call | |
class |
Call
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface. |
Methods in org.apache.axis.client that return Call | |
Call |
Service.createCall(QName portName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall(QName portName,
java.lang.String operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can. |
Call |
Service.createCall()
Creates a new Call object with no prefilled data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |