org.jboss.jca.common.metadata.jbossra
Class JbossRaParser

java.lang.Object
  extended by 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

Nested Class Summary
static class JbossRaParser.Tag
          A Tag.
 
Constructor Summary
JbossRaParser()
           
 
Method Summary
 JbossRa parse(InputStream xmlInputStream)
          Parse the xml file and return the JbossRa metadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbossRaParser

public JbossRaParser()
Method Detail

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/)