Uses of Interface javax.xml.rpc.Call

Uses in package org.apache.axis.client

Classes implementing javax.xml.rpc.Call

class
Axis' JAXRPC Dynamic Invocation Interface implementation of the Call interface.

Methods with return type javax.xml.rpc.Call

Call
Creates a new Call object with no prefilled data.
Call
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.createCall(QName portName, QName operationName)
Creates a new Call object - will prefill as much info from the WSDL as it can.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.

Uses in package javax.xml.rpc

Methods with return type javax.xml.rpc.Call

Call
Creates a Call object not associated with specific operation or target service endpoint.
Call
Creates a Call instance.
Call
Service.createCall(QName portName, String operationName)
Creates a Call instance.
Call
Service.createCall(QName portName, QName operationName)
Creates a Call instance.
Call[]
Gets an array of preconfigured Call objects for invoking operations on the specified port.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.