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(java.io.InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
WeblogicConnector |
parse(javax.xml.stream.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(java.io.InputStream xmlInputStream) throws java.lang.Exception
MetadataParserparse in interface MetadataParser<WeblogicConnector>xmlInputStream - an InputStrema opened on the xml file to parsejava.lang.Exception - Thrown if an error occurspublic WeblogicConnector parse(javax.xml.stream.XMLStreamReader reader) throws java.lang.Exception
MetadataParserparse in interface MetadataParser<WeblogicConnector>reader - an XMLStreamReader opened on the xml file to parsejava.lang.Exception - Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)