org.codehaus.xfire.xmlbeans.generator
Class ClientGenerationStrategy

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

public class ClientGenerationStrategy
extends VelocityGenerationStrategy
implements GenerationStrategy

Generic strategy for creating a client stub.

Since:
Nov 2, 2004
Author:
Dan Diephouse

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

ClientGenerationStrategy

public ClientGenerationStrategy()
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