|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
org.apache.soap.rpc.RPCMessage
org.apache.soap.rpc.Response
A Response
object represents an RPC response. Both the client and the server use Response
objects to represent the result of a method invocation.
Field Summary |
Fields inherited from class org.apache.soap.rpc.RPCMessage |
ctx, encodingStyleURI, fullTargetObjectURI, header, methodName, params, targetObjectURI |
Constructor Summary | |
Response(java.lang.String targetObjectURI, java.lang.String methodName, Fault fault, java.util.Vector params, Header header, java.lang.String encodingStyleURI, SOAPContext ctx) Use this constructor when things didn't go so well. |
|
Response(java.lang.String targetObjectURI, java.lang.String methodName, Parameter returnValue, java.util.Vector params, Header header, java.lang.String encodingStyleURI, SOAPContext ctx) Use this constructor when everything went well. |
Method Summary | |
Envelope |
buildEnvelope() |
static Response |
extractFromEnvelope(Envelope env, SOAPMappingRegistry smr, SOAPContext ctx) |
BodyPart |
findBodyPart(java.lang.String uri) Find the Mimepart referred to by the given URI. |
boolean |
generatedFault() |
BodyPart |
getBodyPart(int index) Get the specified Part by its index. |
Fault |
getFault() |
int |
getPartCount() Return the number of enclosed BodyPart objects. |
Parameter |
getReturnValue() |
void |
setFault(Fault fault) |
void |
setReturnValue(Parameter returnValue) |
Methods inherited from class org.apache.soap.rpc.RPCMessage |
buildEnvelope, extractFromEnvelope, getEncodingStyleURI, getFullTargetObjectURI, getHeader, getMethodName, getParams, getSOAPContext, getTargetObjectURI, marshall, setEncodingStyleURI, setFullTargetObjectURI, setHeader, setMethodName, setParams, setSOAPContext, setTargetObjectURI, toString, unmarshall |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Response(java.lang.String targetObjectURI, java.lang.String methodName, Parameter returnValue, java.util.Vector params, Header header, java.lang.String encodingStyleURI, SOAPContext ctx)
public Response(java.lang.String targetObjectURI, java.lang.String methodName, Fault fault, java.util.Vector params, Header header, java.lang.String encodingStyleURI, SOAPContext ctx)
Method Detail |
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, SOAPContext ctx) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public BodyPart findBodyPart(java.lang.String uri)
Note: relative URIs not entirely implemented yet.
uri
- the URIpublic int getPartCount() throws MessagingException
MessagingException
public BodyPart getBodyPart(int index) throws java.lang.IndexOutOfBoundsException
index
- the index of the desired Partjava.lang.IndexOutOfBoundsException
- if no such Part exists
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |