org.objectweb.jonas_ejb.deployment.xml
Class JonasEjbJarUnmarshaller

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.xml.JonasEjbJarUnmarshaller

public class JonasEjbJarUnmarshaller
extends java.lang.Object


Constructor Summary
JonasEjbJarUnmarshaller()
           
 
Method Summary
static void setEntityResolver(org.xml.sax.EntityResolver resolver)
           This sets a SAX EntityResolver for this unmarshalling process.
static void setErrorHandler(org.xml.sax.ErrorHandler handler)
           This sets a SAX ErrorHandler for this unmarshalling process.
static JonasEjbJar unmarshal(java.io.File file)
           
static JonasEjbJar unmarshal(java.io.File file, boolean validate)
           
static JonasEjbJar unmarshal(java.io.InputStream inputStream)
           
static JonasEjbJar unmarshal(java.io.InputStream inputStream, boolean validate)
           
static JonasEjbJar unmarshal(java.io.Reader reader)
           
static JonasEjbJar unmarshal(java.io.Reader reader, boolean validate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasEjbJarUnmarshaller

public JonasEjbJarUnmarshaller()
Method Detail

setEntityResolver

public static void setEntityResolver(org.xml.sax.EntityResolver resolver)

This sets a SAX EntityResolver for this unmarshalling process.

Parameters:
resolver - the entity resolver to use.

setErrorHandler

public static void setErrorHandler(org.xml.sax.ErrorHandler handler)

This sets a SAX ErrorHandler for this unmarshalling process.

Parameters:
handler - the error handler to use.

unmarshal

public static JonasEjbJar unmarshal(java.io.File file)
                             throws java.io.IOException

unmarshal

public static JonasEjbJar unmarshal(java.io.File file,
                                    boolean validate)
                             throws java.io.IOException

unmarshal

public static JonasEjbJar unmarshal(java.io.InputStream inputStream)
                             throws java.io.IOException

unmarshal

public static JonasEjbJar unmarshal(java.io.InputStream inputStream,
                                    boolean validate)
                             throws java.io.IOException

unmarshal

public static JonasEjbJar unmarshal(java.io.Reader reader)
                             throws java.io.IOException

unmarshal

public static JonasEjbJar unmarshal(java.io.Reader reader,
                                    boolean validate)
                             throws java.io.IOException