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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JonasEjbJarUnmarshaller
public JonasEjbJarUnmarshaller()
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