Uses of Interface
javax.xml.rpc.Call
-
Packages that use Call Package Description javax.xml.rpc This package contains the core Jakarta XML RPC for the client programming model. -
-
Uses of Call in javax.xml.rpc
Methods in javax.xml.rpc that return Call Modifier and Type Method Description Call
Service. createCall()
Creates aCall
object not associated with specific operation or target service endpoint.Call
Service. createCall(javax.xml.namespace.QName portName)
Creates aCall
instance.Call
Service. createCall(javax.xml.namespace.QName portName, java.lang.String operationName)
Creates aCall
instance.Call
Service. createCall(javax.xml.namespace.QName portName, javax.xml.namespace.QName operationName)
Creates aCall
instance.Call[]
Service. getCalls(javax.xml.namespace.QName portName)
Gets an array of preconfiguredCall
objects for invoking operations on the specified port.
-