org.apache.openejb.sxc
Class ApplicationXml

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

public class ApplicationXml
extends Object

Version:
$Rev$ $Date$

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

Constructor Detail

ApplicationXml

public ApplicationXml()
Method Detail

unmarshal

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

unmarshal

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

marshal

public static void marshal(Application application,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


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