public abstract class

AbstractDataObject

extends Object
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors
AbstractDataObject()
Public Methods
List<ServiceMessage> getErrorMessage()
Gets the value of the errorMessage property.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractDataObject ()

Public Methods

public List<ServiceMessage> getErrorMessage ()

Gets the value of the errorMessage property.
We need to have a common type across all web service response classes (AbstractDataObject). Since not all responses have this property, the default behavior of this method is to return null.

Returns
  • The errorMessage property.