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()Call
public Call(String targetObjectURI, String methodName, Vector params, Header header, String encodingStyleURI)
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 IllegalArgumentExceptioninvoke
public Response invoke(URL url, String SOAPActionURI) throws SOAPException
All Packages Class Hierarchy This Package Previous Next Index