
public class WeblogicRaPasrer extends AbstractParser implements MetadataParser<WeblogicConnector>
| Modifier and Type | Class and Description |
|---|---|
static class |
WeblogicRaPasrer.Tag
A Tag.
|
| Constructor and Description |
|---|
WeblogicRaPasrer() |
| Modifier and Type | Method and Description |
|---|---|
WeblogicConnector |
parse(InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
WeblogicConnector |
parse(XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
attributeAsBoolean, attributeAsInt, attributeAsString, elementAsBoolean, elementAsInteger, elementAsLong, elementAsString, isSystemPropertiesResolved, setSystemPropertiesResolvedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSystemPropertiesResolved, setSystemPropertiesResolvedpublic WeblogicConnector parse(InputStream xmlInputStream) throws Exception
MetadataParserparse in interface MetadataParser<WeblogicConnector>xmlInputStream - an InputStrema opened on the xml file to parseException - Thrown if an error occurspublic WeblogicConnector parse(XMLStreamReader reader) throws Exception
MetadataParserparse in interface MetadataParser<WeblogicConnector>reader - an XMLStreamReader opened on the xml file to parseException - Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)