public class BulkXMLSerializer extends java.lang.Object implements PagedDataSerializer
Constructor and Description |
---|
BulkXMLSerializer(MboSetRemote mboSet,
java.lang.String osName,
java.lang.String templateName,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
generateXML(java.lang.String osName,
int pageno) |
boolean |
hasNextPage() |
byte[] |
serializeNextPage() |
public BulkXMLSerializer(MboSetRemote mboSet, java.lang.String osName, java.lang.String templateName, int pageSize) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public byte[] generateXML(java.lang.String osName, int pageno) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public byte[] serializeNextPage() throws java.rmi.RemoteException, MXException
serializeNextPage
in interface PagedDataSerializer
java.rmi.RemoteException
MXException
public boolean hasNextPage()
hasNextPage
in interface PagedDataSerializer