Package | Description |
---|---|
javax.xml.rpc |
This package contains the core Jakarta XML RPC for the client
programming model.
|
Modifier and Type | Method and Description |
---|---|
Call |
Service.createCall()
Creates a
Call object not associated with
specific operation or target service endpoint. |
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,
String operationName)
Creates a
Call instance. |
Call[] |
Service.getCalls(QName portName)
Gets an array of preconfigured
Call objects for
invoking operations on the specified port. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.