org.jboss.jca.codegenerator.xml
Class IvyXmlGen

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.IvyXmlGen

public class IvyXmlGen
extends AbstractXmlGen

A IvyXmlGen.

Version:
$Revision: $
Author:
Jeff Zhang

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

IvyXmlGen

public IvyXmlGen()
Method Detail

writeXmlBody

public void writeXmlBody(Definition def,
                         Writer out)
                  throws IOException
Description copied from class: AbstractXmlGen
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)