org.openejb.alt.config
Class Unmarshaller
java.lang.Object
org.openejb.alt.config.Unmarshaller
public class Unmarshaller
- extends Object
- Version:
- $Revision: 2160 $ $Date: 2005-09-16 16:36:15 -0700 (Fri, 16 Sep 2005) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unmarshaller
public Unmarshaller(Class type,
String xmlFileName)
unmarshal
public static Object unmarshal(Class clazz,
String xmlFile,
String jarLocation)
throws OpenEJBException
- Throws:
OpenEJBException
unmarshal
public Object unmarshal(String location)
throws OpenEJBException
- Throws:
OpenEJBException
unmarshalFromJar
public Object unmarshalFromJar(File jarFile)
throws OpenEJBException
- Throws:
OpenEJBException
unmarshalFromDirectory
public Object unmarshalFromDirectory(File directory)
throws OpenEJBException
- Throws:
OpenEJBException
unmarshal
public Object unmarshal(URL url)
throws OpenEJBException
- Throws:
OpenEJBException
Copyright © 1999-2012 OpenEJB. All Rights Reserved.