Uses of Class
org.apache.soap.rpc.RPCMessage

Packages that use RPCMessage
org.apache.soap.rpc   
 

Uses of RPCMessage in org.apache.soap.rpc
 

Subclasses of RPCMessage in org.apache.soap.rpc
 class Call
          A Call object represents an RPC call.
 class Response
          A Response object represents an RPC response.
 

Methods in org.apache.soap.rpc that return RPCMessage
protected static RPCMessage RPCMessage.extractFromEnvelope(Envelope env, boolean isResponse, SOAPMappingRegistry smr)
           
static RPCMessage RPCMessage.unmarshall(java.lang.String inScopeEncStyle, org.w3c.dom.Node src, java.lang.Class toClass, SOAPMappingRegistry smr)
           
 



Copyright © 2001 Oracle SOAP. All Rights Reserved.