public interface ByteArrayModifiers extends Extension
DocumentModifiers
Modifier and Type | Method and Description |
---|---|
byte[] |
modifyPublisherRequest(byte[] data)
Processes all data received by the application on the publisher channel before the data is processed
by the shim.
|
byte[] |
modifyPublisherResponse(byte[] data)
Processes the result (or response) of a publisher event before it is returned to the application.
|
byte[] |
modifySubscriberRequest(byte[] data)
Processes all data that is sent to the application on the subscriber
channel.
|
byte[] |
modifySubscriberResponse(byte[] data)
Processes the result (or response) of a subscriber command before the shim
returns the result to the engine.
|
byte[] modifyPublisherRequest(byte[] data)
data
- The byte array received from the application on the publisher channel.DocumentModifiers.modifyPublisherRequest(org.w3c.dom.Document)
byte[] modifyPublisherResponse(byte[] data)
data
- The response data to be returned to the application in response to a publisher event.DocumentModifiers.modifyPublisherResponse(org.w3c.dom.Document)
byte[] modifySubscriberRequest(byte[] data)
data
- The data intended for the application.DocumentModifiers.modifySubscriberRequest(org.w3c.dom.Document)
byte[] modifySubscriberResponse(byte[] data)
data
- The byte array received from the application in response to a subscriber command.DocumentModifiers.modifySubscriberResponse(org.w3c.dom.Document)