org.richfaces.cdk.xmlconfig
Interface JAXB
- All Known Implementing Classes:
- JAXBBinding
public interface JAXB
|
Method Summary |
|
marshal(javax.xml.transform.Result output,
java.lang.String schemaLocation,
T model)
|
|
marshal(java.io.Writer output,
java.lang.String schemaLocation,
T model)
|
|
unmarshal(java.io.File file,
java.lang.String schemaLocation,
java.lang.Class<T> bindClass)
|
|
unmarshal(java.lang.String url,
java.lang.String schemaLocation,
java.lang.Class<T> bindClass)
|
unmarshal
<T> T unmarshal(java.io.File file,
java.lang.String schemaLocation,
java.lang.Class<T> bindClass)
throws CdkException,
java.io.FileNotFoundException
- Throws:
CdkException
java.io.FileNotFoundException
unmarshal
<T> T unmarshal(java.lang.String url,
java.lang.String schemaLocation,
java.lang.Class<T> bindClass)
throws CdkException,
java.io.FileNotFoundException
- Throws:
CdkException
java.io.FileNotFoundException
marshal
<T> void marshal(java.io.Writer output,
java.lang.String schemaLocation,
T model)
throws CdkException
- Throws:
CdkException
marshal
<T> void marshal(javax.xml.transform.Result output,
java.lang.String schemaLocation,
T model)
throws CdkException
- Throws:
CdkException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.