Package | Description |
---|---|
javax.xml.rpc |
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(javax.xml.namespace.QName portName)
Creates a Call instance.
|
Call |
Service.createCall(javax.xml.namespace.QName portName,
javax.xml.namespace.QName operationName)
Creates a Call instance.
|
Call |
Service.createCall(javax.xml.namespace.QName portName,
java.lang.String operationName)
Creates a Call instance.
|
Call[] |
Service.getCalls(javax.xml.namespace.QName portName)
Gets an array of preconfigured Call objects for invoking operations on the specified port.
|