public class EjbJarXmlIo extends AbstractDescriptorIo
Constructor and Description |
---|
EjbJarXmlIo() |
Modifier and Type | Method and Description |
---|---|
static EjbJarXml |
parseEjbJarXml(InputStream input,
EntityResolver entityResolver)
Parses a deployment descriptor provided as input stream.
|
createDocumentBuilder, writeAll, writeDescriptor, writeDescriptor, writeDescriptor, writeDescriptor
public static EjbJarXml parseEjbJarXml(InputStream input, EntityResolver entityResolver) throws SAXException, ParserConfigurationException, IOException
input
- The input streamentityResolver
- A SAX entity resolver, or null
to use the defaultSAXException
- If the input could not be parsedParserConfigurationException
- If the XML parser was not correctly configuredIOException
- If an I/O error occursCopyright © 2004-2013 Codehaus. All Rights Reserved.