org.jboss.jca.codegenerator.xml
Class RaXmlGen

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
Direct Known Subclasses:
Ra10XmlGen, Ra15XmlGen, Ra16XmlGen

public abstract class RaXmlGen
extends AbstractXmlGen

A BuildXmlGen.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
RaXmlGen()
           
 
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

RaXmlGen

public RaXmlGen()
Method Detail

writeXmlBody

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

Specified by:
writeXmlBody in class AbstractXmlGen
Parameters:
def - definition
out - Writer
Throws:
IOException - ioException


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)