org.codehaus.xfire.xmlbeans.generator
Interface GenerationStrategy

All Known Implementing Classes:
ClientGenerationStrategy, ServerGenerationStrategy

public interface GenerationStrategy

A strategy for generating stubs.

Since:
Nov 2, 2004
Author:
Dan Diephouse

Method Summary
 void write(WSDLInspector.Service service, java.io.File directory, GeneratorTask task)
          Write out a stub for the service into the specified directory.
 

Method Detail

write

void write(WSDLInspector.Service service,
           java.io.File directory,
           GeneratorTask task)
           throws java.lang.Exception
Write out a stub for the service into the specified directory.

Parameters:
service -
directory -
Throws:
java.lang.Exception


Copyright © 2004-2005 Codehaus. All Rights Reserved.