RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig
Interface JAXB

All Known Implementing Classes:
JAXBBinding

public interface JAXB


Method Summary
<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)
           
 

Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.