All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.apache.soap.rpc.RPCMessage | +----org.apache.soap.rpc.Response
Response
object represents an RPC response. Both
the client and the server use Response
objects to represent
the result of a method invocation.
public Response(String targetObjectURI, String methodName, Parameter returnValue, Vector params, Header header, String encodingStyleURI)
public Response(String targetObjectURI, String methodName, Fault fault, Vector params, Header header, String encodingStyleURI)
public void setReturnValue(Parameter returnValue)
public Parameter getReturnValue()
public void setFault(Fault fault)
public Fault getFault()
public boolean generatedFault()
public Envelope buildEnvelope()
public static Response extractFromEnvelope(Envelope env, SOAPMappingRegistry smr) throws IllegalArgumentException
All Packages Class Hierarchy This Package Previous Next Index