com.novell.nds.dirxml.driver.soap.util
Interface SubscriberTransport
- All Superinterfaces:
- Extension
- public interface SubscriberTransport
- extends Extension
Sends data to the application on the subscriber channel and receives responses.
|
Method Summary |
byte[] |
send(byte[] data,
java.util.ArrayList operationDataArrayList)
Is called by the driver to send data to the application from the subscriber channel. |
| Methods inherited from interface com.novell.nds.dirxml.driver.soap.util.Extension |
init |
send
public byte[] send(byte[] data,
java.util.ArrayList operationDataArrayList)
throws StatusException
- Is called by the driver to send data to the application from the subscriber channel.
- Parameters:
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.
- Returns:
- The response from the application.
- Throws:
StatusException