org.apache.xbean.spring.generator
Class XsdGenerator

java.lang.Object
  extended by org.apache.xbean.spring.generator.XsdGenerator
All Implemented Interfaces:
GeneratorPlugin

public class XsdGenerator
extends java.lang.Object
implements GeneratorPlugin

Since:
1.0
Version:
$Id$
Author:
Dain Sundstrom

Constructor Summary
XsdGenerator(java.io.File destFile)
           
XsdGenerator(java.io.File destFile, boolean strictOrder)
           
 
Method Summary
 void generate(NamespaceMapping namespaceMapping)
           
 void generateSchema(java.io.PrintWriter out, NamespaceMapping namespaceMapping)
           
 LogFacade getLog()
           
 void setLog(LogFacade log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdGenerator

public XsdGenerator(java.io.File destFile)

XsdGenerator

public XsdGenerator(java.io.File destFile,
                    boolean strictOrder)
Method Detail

generate

public void generate(NamespaceMapping namespaceMapping)
              throws java.io.IOException
Specified by:
generate in interface GeneratorPlugin
Throws:
java.io.IOException

generateSchema

public void generateSchema(java.io.PrintWriter out,
                           NamespaceMapping namespaceMapping)

getLog

public LogFacade getLog()
Specified by:
getLog in interface GeneratorPlugin

setLog

public void setLog(LogFacade log)
Specified by:
setLog in interface GeneratorPlugin


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.