Uses of Interface
javax.xml.rpc.Call

Packages that use Call
javax.xml.rpc This package contains the core JAX-RPC APIs for the client programming model. 
 

Uses of Call in javax.xml.rpc
 

Methods in javax.xml.rpc that return Call
 Call[] Service.getCalls(QName portName)
          Gets an array of preconfigured Call objects for invoking operations on the specified port.
 Call Service.createCall(QName portName)
          Creates a Call instance.
 Call Service.createCall(QName portName, QName operationName)
          Creates a Call instance.
 Call Service.createCall(QName portName, java.lang.String operationName)
          Creates a Call instance.
 Call Service.createCall()
          Creates a Call object not associated with specific operation or target service endpoint.