Uses of Interface
javax.xml.rpc.Call
Packages that use Call
Package
Description
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 CallModifier and TypeMethodDescriptionService.createCall()Creates aCallobject not associated with specific operation or target service endpoint.Service.createCall(QName portName) Creates aCallinstance.Service.createCall(QName portName, String operationName) Creates aCallinstance.Service.createCall(QName portName, QName operationName) Creates aCallinstance.Call[]Gets an array of preconfiguredCallobjects for invoking operations on the specified port.