com.novell.nds.dirxml.util
Class DxWire.DxWireData

java.lang.Object
  extended by com.novell.nds.dirxml.util.DxWire.DxWireData
Enclosing class:
DxWire

public static class DxWire.DxWireData
extends Object

Utility class to aggregate wire-format data. Used as the return value from the various construct* methods in DxWire.


Method Summary
 byte[] getRequestData()
          Get the wire-format data.
 int getResponseSize()
          Get the size needed for the response data to be returned from issuing the DS request.
 int getVerb()
          Get the verb associated with this wire data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVerb

public int getVerb()
Get the verb associated with this wire data.

Returns:
DSV_GET_REPLICATION_FILTER or DSV_SET_REPLICATION_FILTER.

getRequestData

public byte[] getRequestData()
Get the wire-format data.

Returns:
array containing the wire format data.

getResponseSize

public int getResponseSize()
Get the size needed for the response data to be returned from issuing the DS request.

Returns:
size, in bytes.