org.jboss.jca.codegenerator.xml
Class Ra10XmlGen

java.lang.Object
  extended by org.jboss.jca.codegenerator.BaseGen
      extended by org.jboss.jca.codegenerator.xml.AbstractXmlGen
          extended by org.jboss.jca.codegenerator.xml.RaXmlGen
              extended by org.jboss.jca.codegenerator.xml.Ra10XmlGen

public class Ra10XmlGen
extends RaXmlGen

A Ra Xml Gen.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
Ra10XmlGen()
           
 
Method Summary
 void writeXmlBody(Definition def, Writer out)
          Output xml
 
Methods inherited from class org.jboss.jca.codegenerator.xml.AbstractXmlGen
generate
 
Methods inherited from class org.jboss.jca.codegenerator.BaseGen
writeEol, writeheader, writeIndent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ra10XmlGen

public Ra10XmlGen()
Method Detail

writeXmlBody

public void writeXmlBody(Definition def,
                         Writer out)
                  throws IOException
Output xml

Overrides:
writeXmlBody in class RaXmlGen
Parameters:
def - definition
out - Writer
Throws:
IOException - ioException


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)