org.codehaus.xfire.xmlbeans.generator
Class VelocityGenerationStrategy

java.lang.Object
  extended by org.codehaus.xfire.xmlbeans.generator.VelocityGenerationStrategy
Direct Known Subclasses:
ClientGenerationStrategy, ServerGenerationStrategy

public class VelocityGenerationStrategy
extends java.lang.Object

Since:
Nov 2, 2004
Author:
Dan Diephouse

Constructor Summary
VelocityGenerationStrategy()
           
 
Method Summary
protected  void generateStub(org.apache.velocity.VelocityContext context, java.io.Writer writer, java.io.Reader template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityGenerationStrategy

public VelocityGenerationStrategy()
Method Detail

generateStub

protected void generateStub(org.apache.velocity.VelocityContext context,
                            java.io.Writer writer,
                            java.io.Reader template)
                     throws java.lang.Exception
Throws:
java.lang.Exception