org.apache.openejb.sxc
Class WebXml

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

public class WebXml
extends Object

Version:
$Rev$ $Date$

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

Constructor Detail

WebXml

public WebXml()
Method Detail

unmarshal

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

unmarshal

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

marshal

public static void marshal(WebApp webApp,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


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