public interface MessageMappingResponseCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
BusinessObjectDocumentType |
getBusinessObjectDocument()
This method will return the resulting business object document that represents
the controller command executed and if present, the associated exception.
|
void |
setControllerCommand(ControllerCommand controllerCommand)
This method is called to set the controller command implementation that was
executed.
|
void |
setException(java.lang.Exception exception)
This method is called to set the associated exception that occurred
during executing the controller command.
|
static final java.lang.String COPYRIGHT
void setControllerCommand(ControllerCommand controllerCommand)
controllerCommand
- The executed controller command.void setException(java.lang.Exception exception)
exception
- The associated application exception that helps to create
the error information in the response business object document.BusinessObjectDocumentType getBusinessObjectDocument()