java.lang.Object | |||
↳ | org.mule.modules.oracle.model.AbstractDataObject | ||
↳ | com.oracle.xmlns.svc.DataObject | ||
↳ | com.oracle.xmlns.svc.MethodRequest |
A method invocation request for a batch request
.
MethodRequest does not support overloaded method.
If an exception occurs during processing of a MethodRequest
,
then the exception will be returned by the
MethodResponse#getServiceMessages() MethodResponse#getServiceMessages().
BatchRequest
BatchResponse
Java class for MethodRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MethodRequest">
<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="Parameter" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
methodName | |||||||||||
parameter | |||||||||||
requestName |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the methodName property.
| |||||||||||
Gets the value of the parameter property.
| |||||||||||
Gets the value of the requestName property.
| |||||||||||
Sets the value of the methodName property.
| |||||||||||
Sets the value of the parameter property.
| |||||||||||
Sets the value of the requestName property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.oracle.model.AbstractDataObject
| |||||||||||
From class
java.lang.Object
|
Gets the value of the methodName property.
Gets the value of the parameter 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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list Object
Gets the value of the requestName property.
Sets the value of the methodName property.
value | Allowed object is String |
---|
Sets the value of the parameter property.
parameter | Allowed object is Object |
---|
Sets the value of the requestName property.
value | Allowed object is String |
---|