All Packages Class Hierarchy This Package Previous Next Index
Class org.apache.soap.rpc.Call
java.lang.Object
|
+----org.apache.soap.rpc.RPCMessage
|
+----org.apache.soap.rpc.Call
- public class Call
- extends RPCMessage
A Call object represents an RPC call. Both the
client and the server use Call objects to invoke the
method.
- Author:
- Matthew J. Duftler (duftler@us.ibm.com), Sanjiva Weerawarana (sanjiva@watson.ibm.com)
-
Call()
-
-
Call(String, String, Vector, Header, String)
-
-
buildEnvelope()
-
-
extractFromEnvelope(Envelope, SOAPMappingRegistry)
-
-
getSOAPMappingRegistry()
-
-
getSOAPTransport()
-
-
getTimeout()
-
-
invoke(URL, String)
- Invoke this call at the specified URL.
-
setSOAPMappingRegistry(SOAPMappingRegistry)
-
-
setSOAPTransport(SOAPTransport)
-
-
setTimeout(int)
-
Call
public Call()
Call
public Call(String targetObjectURI,
String methodName,
Vector params,
Header header,
String encodingStyleURI)
setSOAPMappingRegistry
public void setSOAPMappingRegistry(SOAPMappingRegistry smr)
getSOAPMappingRegistry
public SOAPMappingRegistry getSOAPMappingRegistry()
setSOAPTransport
public void setSOAPTransport(SOAPTransport st)
getSOAPTransport
public SOAPTransport getSOAPTransport()
setTimeout
public void setTimeout(int _timeout)
getTimeout
public int getTimeout()
buildEnvelope
public Envelope buildEnvelope()
extractFromEnvelope
public static Call extractFromEnvelope(Envelope env,
SOAPMappingRegistry smr) throws IllegalArgumentException
invoke
public Response invoke(URL url,
String SOAPActionURI) throws SOAPException
- Invoke this call at the specified URL. Valid only on the client side.
All Packages Class Hierarchy This Package Previous Next Index