public abstract class InputRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
static int |
VALIDATEDATA_CONSUMED |
static int |
VALIDATEDATA_OK |
Constructor and Description |
---|
InputRecord() |
Modifier and Type | Method and Description |
---|---|
void |
setException(com.ibm.broker.plugin.MbException exception) |
int |
validateData(com.ibm.broker.plugin.MbElement root)
This is called by broker once the message tree has been constructed.
|
public static final java.lang.String copyright
public static final int VALIDATEDATA_OK
public static final int VALIDATEDATA_CONSUMED
public InputRecord() throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException
public int validateData(com.ibm.broker.plugin.MbElement root) throws com.ibm.broker.plugin.MbException
com.ibm.broker.plugin.MbException
- Throwing an MbException will cause the message will be sent to the failure terminal.public void setException(com.ibm.broker.plugin.MbException exception)