java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.MethodResponse |
Represents the response generated by a oracle.svc.MethodRequest MethodRequest
invocation on a oracle.svc.Service Service. One MethodReponse
is returned for each oracle.svc.MethodRequest MethodRequest contained in
oracle.svc.BatchRequest BatchRequest.
BatchRequest
BatchResponse
Java class for MethodResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MethodResponse">
<complexContent>
<extension base="{http://xmlns.oracle.com/svc}DataObject">
<sequence>
<element name="RequestName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MethodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Return" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="Message" type="{http://xmlns.oracle.com/svc}ServiceMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="ErrorMessage" type="{http://xmlns.oracle.com/svc}ServiceMessage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_return | |||||||||||
errorMessage | |||||||||||
message | |||||||||||
methodName | |||||||||||
requestName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorMessage property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Gets the value of the methodName property.
| |||||||||||
Gets the value of the requestName property.
| |||||||||||
Gets the value of the return property.
| |||||||||||
Sets the value of the errorMessage property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the methodName property.
| |||||||||||
Sets the value of the requestName property.
| |||||||||||
Sets the value of the return property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the errorMessage property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the errorMessage property.
For example, to add a new item, do as follows:
getErrorMessage().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMessage
Gets the value of the message property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceMessage
Gets the value of the methodName property.
Gets the value of the requestName property.
Gets the value of the return property.
Sets the value of the errorMessage property.
errorMessage | Allowed object is
ServiceMessage
|
---|
Sets the value of the message property.
message | Allowed object is
ServiceMessage
|
---|
Sets the value of the methodName property.
value | Allowed object is String |
---|
Sets the value of the requestName property.
value | Allowed object is String |
---|
Sets the value of the return property.
value | Allowed object is Object |
---|