org.richfaces.cdk.xmlconfig
Interface JAXB
- All Known Implementing Classes:
- JAXBBinding
public interface JAXB
unmarshal
<T> T unmarshal(File file,
String schemaLocation,
Class<T> bindClass)
throws CdkException,
FileNotFoundException
- Throws:
CdkException
FileNotFoundException
unmarshal
<T> T unmarshal(String url,
String schemaLocation,
Class<T> bindClass)
throws CdkException,
FileNotFoundException
- Throws:
CdkException
FileNotFoundException
marshal
<T> void marshal(Writer output,
String schemaLocation,
T model)
throws CdkException
- Throws:
CdkException
marshal
<T> void marshal(Result output,
String schemaLocation,
T model)
throws CdkException
- Throws:
CdkException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.