public class EjbJarXmlIo extends AbstractDescriptorIo
Modifier | Constructor and Description |
---|---|
protected |
EjbJarXmlIo() |
Modifier and Type | Method and Description |
---|---|
static EjbJarXml |
parseEjbJarXml(InputStream input,
EntityResolver entityResolver)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, createDocumentBuilder, getEntityResolver, parseXml, parseXml, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor
public static EjbJarXml parseEjbJarXml(InputStream input, EntityResolver entityResolver) throws IOException, org.jdom.JDOMException
input
- The input streamentityResolver
- A SAX entity resolver, or null
to use the defaultIOException
- If an I/O error occursorg.jdom.JDOMException
- If the XML parser was not correctly configuredCopyright © 2004-2013 Codehaus. All Rights Reserved.