org.apache.openejb.assembler.classic
Class Info

java.lang.Object
  extended by org.apache.openejb.assembler.classic.Info

public class Info
extends Object

Version:
$Rev$ $Date$

Field Summary
 AppInfo appInfo
           
 
Constructor Summary
Info()
           
Info(AppInfo appInfo)
           
 
Method Summary
static void marshal(AppInfo appInfo)
           
static void marshal(AppInfo appInfo, OutputStream out)
           
static void marshal(AppInfo appInfo, Writer out)
           
static AppInfo unmarshal(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appInfo

public AppInfo appInfo
Constructor Detail

Info

public Info(AppInfo appInfo)

Info

public Info()
Method Detail

marshal

public static void marshal(AppInfo appInfo)
                    throws JAXBException
Throws:
JAXBException

marshal

public static void marshal(AppInfo appInfo,
                           OutputStream out)
                    throws JAXBException
Throws:
JAXBException

marshal

public static void marshal(AppInfo appInfo,
                           Writer out)
                    throws JAXBException
Throws:
JAXBException

unmarshal

public static AppInfo unmarshal(InputStream in)
                         throws JAXBException
Throws:
JAXBException


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