org.apache.openejb.sxc
Class EjbJarXml

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

public class EjbJarXml
extends Object

Version:
$Rev$ $Date$

Constructor Summary
EjbJarXml()
           
 
Method Summary
static void marshal(EjbJar ejbJar, OutputStream outputStream)
           
static EjbJar unmarshal(InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbJarXml

public EjbJarXml()
Method Detail

unmarshal

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

marshal

public static void marshal(EjbJar ejbJar,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


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