- modifyPublisherRequest(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
-
Processes all data received by the application on the publisher channel before the data is processed
by the shim.
- modifyPublisherRequest(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
-
Allows you to see or modify the request (the publisher event from the application) before it is sent to the
DirXML engine.
- modifyPublisherResponse(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
-
Processes the result (or response) of a publisher event before it is returned to the application.
- modifyPublisherResponse(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
-
Allows you to see or modify the response (the result of the publisher event) before it is sent to the application.
- modifySubscriberRequest(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
-
Processes all data that is sent to the application on the subscriber
channel.
- modifySubscriberRequest(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
-
Allows you to see or modify the request (which is also called a subscriber command) before it is sent to the application.
- modifySubscriberResponse(byte[]) - Method in interface com.novell.nds.dirxml.driver.soap.util.ByteArrayModifiers
-
Processes the result (or response) of a subscriber command before the shim
returns the result to the engine.
- modifySubscriberResponse(Document) - Method in interface com.novell.nds.dirxml.driver.soap.util.DocumentModifiers
-
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.