public interface DocumentModifiers extends Extension
ByteArrayModifiers
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
modifyPublisherRequest(org.w3c.dom.Document document)
Allows you to see or modify the request (the publisher event from the application) before it is sent to the
DirXML engine.
|
org.w3c.dom.Document |
modifyPublisherResponse(org.w3c.dom.Document document)
Allows you to see or modify the response (the result of the publisher event) before it is sent to the application.
|
org.w3c.dom.Document |
modifySubscriberRequest(org.w3c.dom.Document document)
Allows you to see or modify the request (which is also called a subscriber command) before it is sent to the application.
|
org.w3c.dom.Document |
modifySubscriberResponse(org.w3c.dom.Document document)
Allows you to see or modify the response returned from the application (the result of the subscriber command)
before it is returned to the DirXML engine.
|
org.w3c.dom.Document modifyPublisherRequest(org.w3c.dom.Document document)
document
- The document received from the application as a publisher
event.ByteArrayModifiers.modifyPublisherRequest(byte[])
org.w3c.dom.Document modifyPublisherResponse(org.w3c.dom.Document document)
document
- The document received by the engine as the result of a
publisher event.ByteArrayModifiers.modifyPublisherResponse(byte[])
org.w3c.dom.Document modifySubscriberRequest(org.w3c.dom.Document document)
document
- The document received from the engine as a subscriber command.ByteArrayModifiers.modifySubscriberRequest(byte[])
org.w3c.dom.Document modifySubscriberResponse(org.w3c.dom.Document document)
document
- The document received from the application as a response to
a subscriber command.ByteArrayModifiers.modifySubscriberResponse(byte[])