org.jboss.jca.common.metadata.jbossra
Class JbossRaParser
java.lang.Object
org.jboss.jca.common.metadata.jbossra.JbossRaParser
- All Implemented Interfaces:
- MetadataParser<JbossRa>
public class JbossRaParser
- extends Object
- implements MetadataParser<JbossRa>
A JbossRaParser.
- Author:
- Stefano Maestri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbossRaParser
public JbossRaParser()
parse
public JbossRa parse(InputStream xmlInputStream)
throws Exception
- Parse the xml file and return the
JbossRa metadata
- Specified by:
parse in interface MetadataParser<JbossRa>
- Parameters:
xmlInputStream - The stream on xml file to parse
- Returns:
- The
JbossRa metadata
- Throws:
Exception - Thrown if an error occurs
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)