com.novell.nds.dirxml.driver.soap.util
Interface PublisherDataHandler


public interface PublisherDataHandler

Handles data on the publisher channel. Objects implementing PublisherDataHandler are not created by the implementer. Rather, a PublisherDataHandler object is passed at initialization to an instance of PublisherTransport.

See Also:
PublisherTransport

Method Summary
 byte[] send(byte[] data)
          Call send() from your implementation of PublisherTransport to send publisher data to the engine.
 

Method Detail

send

public byte[] send(byte[] data)
Call send() from your implementation of PublisherTransport to send publisher data to the engine.

Parameters:
data - The data obtained as a result of an event in the application. This data should either represent an application event in XDS format or be changed by further Java extensions or DirXML policy to represent an application event in XDS format.
Returns:
The data representing the response.