Uses of Interface
javax.xml.rpc.Call
-
Packages that use Call Package Description javax.xml.rpc org.apache.axis.client -
-
Uses of Call in javax.xml.rpc
Methods in javax.xml.rpc that return Call Modifier and Type Method Description CallService. createCall()Creates aCallobject not associated with specific operation or target service endpoint.CallService. createCall(QName portName)Creates aCallinstance.CallService. createCall(QName portName, java.lang.String operationName)Creates aCallinstance.CallService. createCall(QName portName, QName operationName)Creates aCallinstance.Call[]Service. getCalls(QName portName)Gets an array of preconfiguredCallobjects for invoking operations on the specified port. -
Uses of Call in org.apache.axis.client
Classes in org.apache.axis.client that implement Call Modifier and Type Class Description classCallAxis' JAXRPC Dynamic Invocation Interface implementation of the Call interface.Methods in org.apache.axis.client that return Call Modifier and Type Method Description CallService. createCall()Creates a new Call object with no prefilled data.CallService. createCall(QName portName)Creates a new Call object - will prefill as much info from the WSDL as it can.CallService. createCall(QName portName, java.lang.String operationName)Creates a new Call object - will prefill as much info from the WSDL as it can.CallService. createCall(QName portName, QName operationName)Creates a new Call object - will prefill as much info from the WSDL as it can.Call[]Service. getCalls(QName portName)Gets an array of preconfigured Call objects for invoking operations on the specified port.
-