org.codehaus.xfire.gen
Class WsdlGenTask

java.lang.Object
  extended by Task
      extended by org.codehaus.xfire.gen.BaseServicesGenTask
          extended by org.codehaus.xfire.gen.WsdlGenTask

public class WsdlGenTask
extends BaseServicesGenTask

A Java 2 WSDL generation Ant task for XFire. Allows to generate the Wsdl without firing up the web server.

Author:
Jerome Lacoste

Constructor Summary
WsdlGenTask()
           
 
Method Summary
 void execute()
           
 java.io.File getGeneratedFile()
          Path of the generatedFile
protected  void processService(Service service)
           
 void setOutputDirectory(java.lang.String outputDirectory)
           
 
Methods inherited from class org.codehaus.xfire.gen.BaseServicesGenTask
getConfigUrl, iterateServices, setConfigUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlGenTask

public WsdlGenTask()
Method Detail

setOutputDirectory

public void setOutputDirectory(java.lang.String outputDirectory)

getGeneratedFile

public java.io.File getGeneratedFile()
Path of the generatedFile

Returns:
the File when succesfully generated

execute

public void execute()
             throws BuildException
Throws:
BuildException

processService

protected void processService(Service service)
Overrides:
processService in class BaseServicesGenTask


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.