
T - public interface MetadataParser<T extends org.jboss.jca.common.api.metadata.JCAMetadata>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSystemPropertiesResolved()
Are system properties resolved ?
|
T |
parse(InputStream xmlInputStream)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
T |
parse(XMLStreamReader reader)
Parse the xml file and return the JCAMetaData for which the concrete parser is designed.
|
void |
setSystemPropertiesResolved(boolean v)
Set if system properties should be resolved
|
boolean isSystemPropertiesResolved()
void setSystemPropertiesResolved(boolean v)
v - The valueT parse(InputStream xmlInputStream) throws Exception
xmlInputStream - an InputStrema opened on the xml file to parseException - Thrown if an error occursT parse(XMLStreamReader reader) throws Exception
reader - an XMLStreamReader opened on the xml file to parseException - Thrown if an error occursCopyright © 2013 IronJacamar (http://www.ironjacamar.org)