public interface JAXB
| Modifier and Type | Method and Description |
|---|---|
<T> void |
marshal(Result output,
String schemaLocation,
T model) |
<T> void |
marshal(Writer output,
String schemaLocation,
T model) |
<T> T |
unmarshal(File file,
String schemaLocation,
Class<T> bindClass) |
<T> T |
unmarshal(String url,
String schemaLocation,
Class<T> bindClass) |
<T> T unmarshal(File file, String schemaLocation, Class<T> bindClass) throws CdkException, FileNotFoundException
CdkExceptionFileNotFoundException<T> T unmarshal(String url, String schemaLocation, Class<T> bindClass) throws CdkException, FileNotFoundException
CdkExceptionFileNotFoundException<T> void marshal(Writer output, String schemaLocation, T model) throws CdkException
CdkException<T> void marshal(Result output, String schemaLocation, T model) throws CdkException
CdkExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.