| Constructor and Description |
|---|
JAXBBinding() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCollections(Class<?> targetType,
Object propertyValue) |
<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) |
public <T> T unmarshal(File file, String schemaLocation, Class<T> bindClass) throws CdkException, FileNotFoundException
unmarshal in interface JAXBCdkExceptionFileNotFoundExceptionpublic <T> T unmarshal(String url, String schemaLocation, Class<T> bindClass) throws CdkException, FileNotFoundException
unmarshal in interface JAXBCdkExceptionFileNotFoundExceptionpublic <T> void marshal(Writer output, String schemaLocation, T model) throws CdkException
marshal in interface JAXBCdkExceptionpublic <T> void marshal(Result output, String schemaLocation, T model) throws CdkException
marshal in interface JAXBCdkExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.