Modifier and Type | Method and Description |
---|---|
byte[] |
send(byte[] data,
java.util.ArrayList operationDataArrayList)
Is called by the driver to send data to the application from the subscriber channel.
|
byte[] send(byte[] data, java.util.ArrayList operationDataArrayList) throws StatusException
data
- The data to be sent.operationDataArrayList
- An ArrayList of operation-data
nodes. Each operation-data
node
contains XML information about the data but not the actual data to be sent. The
operation-data
node can contain any information the policy on the
subscriber channel wants to add.StatusException