org.jboss.dashboard.export
Interface DataLoaderXMLFormat
- All Known Implementing Classes:
- AbstractDataLoaderXMLFormat
public interface DataLoaderXMLFormat
Interface for the marshalling/unmarshalling in XML format of a data loader instance.
parse
DataLoader parse(String xml)
throws Exception
- Throws:
Exception
parse
DataLoader parse(NodeList xmlNodes)
throws Exception
- Throws:
Exception
format
String format(DataLoader loader)
throws Exception
- Throws:
Exception
format
void format(DataLoader loader,
PrintWriter out,
int indent)
throws Exception
- Throws:
Exception
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.