Uses of Interface
javax.xml.rpc.Call
Packages that use Call
-
Uses of Call in javax.xml.rpc
Methods in javax.xml.rpc that return CallModifier and TypeMethodDescriptionService.createCall()
Creates aCall
object not associated with specific operation or target service endpoint.Service.createCall
(QName portName) Creates aCall
instance.Service.createCall
(QName portName, String operationName) Creates aCall
instance.Service.createCall
(QName portName, QName operationName) Creates aCall
instance.Call[]
Gets an array of preconfiguredCall
objects for invoking operations on the specified port. -
Uses of Call in org.apache.axis.client
Classes in org.apache.axis.client that implement CallModifier and TypeClassDescriptionclass
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface.Methods in org.apache.axis.client that return CallModifier and TypeMethodDescriptionService.createCall()
Creates a new Call object with no prefilled data.Service.createCall
(QName portName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, String operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.Service.createCall
(QName portName, QName operationName) Creates a new Call object - will prefill as much info from the WSDL as it can.Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.