|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface MetadataParser<T extends org.jboss.jca.common.api.metadata.JCAMetadata>

A MetadataParser.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean isSystemPropertiesResolved()
void setSystemPropertiesResolved(boolean v)
v - The value
T parse(InputStream xmlInputStream)
throws Exception
xmlInputStream - an InputStrema opened on the xml file to parse
Exception - Thrown if an error occurs
T parse(XMLStreamReader reader)
throws Exception
reader - an XMLStreamReader opened on the xml file to parse
Exception - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||