Package | Description |
---|---|
javax.xml.rpc | |
org.apache.axis.client |
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. |
Modifier and Type | Class and Description |
---|---|
class |
Call
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call
interface.
|
Modifier and Type | Method and Description |
---|---|
Call |
Service.createCall()
Creates a new Call object with no prefilled data.
|
Call |
Service.createCall(QName portName)
Creates a new Call object - will prefill as much info from the WSDL
as it can.
|
Call |
Service.createCall(QName portName,
QName operationName)
Creates a new Call object - will prefill as much info from the WSDL
as it can.
|
Call |
Service.createCall(QName portName,
String operationName)
Creates a new Call object - will prefill as much info from the WSDL
as it can.
|
Call[] |
Service.getCalls(QName portName)
Gets an array of preconfigured Call objects for invoking operations
on the specified port.
|
Copyright © The Apache Software Foundation. All Rights Reserved.