All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.rpc.RPCMessage | +----org.apache.soap.rpc.Call
Call
object represents an RPC call. Both the
client and the server use Call
objects to invoke the
method.
public Call()
public Call(String targetObjectURI, String methodName, Vector params, Header header, String encodingStyleURI)
public void setSOAPMappingRegistry(SOAPMappingRegistry smr)
public SOAPMappingRegistry getSOAPMappingRegistry()
public void setSOAPTransport(SOAPTransport st)
public SOAPTransport getSOAPTransport()
public void setTimeout(int _timeout)
public int getTimeout()
public Envelope buildEnvelope()
public static Call extractFromEnvelope(Envelope env, SOAPMappingRegistry smr) throws IllegalArgumentException
public Response invoke(URL url, String SOAPActionURI) throws SOAPException
All Packages Class Hierarchy This Package Previous Next Index