org.apache.openejb.sxc
Class ApplicationClientXml

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

public class ApplicationClientXml
extends Object

Version:
$Rev$ $Date$

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

Constructor Detail

ApplicationClientXml

public ApplicationClientXml()
Method Detail

unmarshal

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

unmarshal

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

marshal

public static void marshal(ApplicationClient applicationClient,
                           OutputStream outputStream)
                    throws Exception
Throws:
Exception


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