public interface XMLSplitListener
| Modifier and Type | Method and Description |
|---|---|
void |
splitEnd()
called at the end of split process.
|
boolean |
splitPerformed(byte[] splitXMLData,
int splitIndex) |
void |
splitStart()
called before the start of splitting process.
|
void splitStart()
throws MXException
MXExceptionboolean splitPerformed(byte[] splitXMLData,
int splitIndex)
throws MXException
splitXMLData - the xml data for a split.splitIndex - the index of the split.MXExceptionvoid splitEnd()
throws MXException
MXException