public interface XMLParser
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_XML_HEADER
The default xml header. 
 | 
static final String DEFAULT_XML_HEADER
String toXML(Object src) throws IOException
IOException<T> String toXML(Object src, Class<T> type) throws IOException
IOException<T> T fromXML(String xml, Class<T> type) throws IOException
IOExceptionCopyright © 2009-2013 jclouds. All Rights Reserved.