public interface BusinessObjectDocumentCmd
extends com.ibm.websphere.command.Command
BusinessObjectDocumentProcessor
to process
a business object document. All top level commands should
implement this interface.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
BusinessObjectDocumentType |
getResultBusinessObjectDocument()
This method returns the response business object document.
|
void |
handleException(java.lang.Exception exception)
This method sets the exception as the result of executing the request.
|
void |
setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
This method sets the business object document to process.
|
static final java.lang.String COPYRIGHT
BusinessObjectDocumentType getResultBusinessObjectDocument()
void setRequestBusinessObjectDocument(BusinessObjectDocumentType businessObjectDocument)
businessObjectDocument
- The request business object document
to be processed.void handleException(java.lang.Exception exception)
getResultBusinessObjectDocument()
will still be used to return the
result, this call out will indicate that exception information is required to be
populated.exception
- The application exception that occurred when executing the
business object document.