org.codehaus.xfire.xmlbeans.generator
Class ServerGenerationStrategy

java.lang.Object
  extended by org.codehaus.xfire.xmlbeans.generator.VelocityGenerationStrategy
      extended by org.codehaus.xfire.xmlbeans.generator.ServerGenerationStrategy
All Implemented Interfaces:
GenerationStrategy

public class ServerGenerationStrategy
extends VelocityGenerationStrategy
implements GenerationStrategy

Generic strategy for creating a client stub.

Since:
Nov 2, 2004
Author:
Dan Diephouse

Constructor Summary
ServerGenerationStrategy()
           
 
Method Summary
 void write(WSDLInspector.Service service, java.io.File outputDir, GeneratorTask task)
          Write out a stub for the service into the specified directory.
 
Methods inherited from class org.codehaus.xfire.xmlbeans.generator.VelocityGenerationStrategy
generateStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerGenerationStrategy

public ServerGenerationStrategy()
Method Detail

write

public void write(WSDLInspector.Service service,
                  java.io.File outputDir,
                  GeneratorTask task)
           throws java.lang.Exception
Description copied from interface: GenerationStrategy
Write out a stub for the service into the specified directory.

Specified by:
write in interface GenerationStrategy
Throws:
java.lang.Exception