org.apache.openejb.sxc
Class HandlerChainsXml

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

public class HandlerChainsXml
extends Object

Version:
$Rev$ $Date$

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

Constructor Detail

HandlerChainsXml

public HandlerChainsXml()
Method Detail

unmarshal

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

unmarshal

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

marshal

public static void marshal(HandlerChains handlerChains,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


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