org.apache.openejb.sxc
Class FacesConfigXml

java.lang.Object
  extended by org.apache.openejb.sxc.FacesConfigXml

public class FacesConfigXml
extends Object

Version:
$Rev$ $Date$

Constructor Summary
FacesConfigXml()
           
 
Method Summary
static void marshal(FacesConfig facesConfig, OutputStream outputStream)
           
static FacesConfig unmarshal(InputStream inputStream)
           
static FacesConfig unmarshal(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesConfigXml

public FacesConfigXml()
Method Detail

unmarshal

public static FacesConfig unmarshal(InputStream inputStream)
                             throws Exception
Throws:
Exception

unmarshal

public static FacesConfig unmarshal(URL url)
                             throws Exception
Throws:
Exception

marshal

public static void marshal(FacesConfig facesConfig,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.