org.apache.beehive.wsm.axis.ant
Class AxisTypeGeneratorTask

Object
  extended by ProjectComponent
      extended by Task
          extended by AxisTypeGeneratorTask

public class AxisTypeGeneratorTask
extends Task


Field Summary
 
Fields inherited from class Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class ProjectComponent
project
 
Constructor Summary
AxisTypeGeneratorTask()
           
 
Method Summary
 void execute()
           
 boolean isGenerateJWS()
           
 void setGenerateJWS(boolean generateJWS)
           
 void setOutputDir(File outputDir)
           
 void setWSDLDir(File wsdl)
           
 
Methods inherited from class Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class ProjectComponent
getProject, setProject
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisTypeGeneratorTask

public AxisTypeGeneratorTask()
Method Detail

isGenerateJWS

public boolean isGenerateJWS()
Returns:
Returns the generateJWS.

setGenerateJWS

public void setGenerateJWS(boolean generateJWS)
Parameters:
generateJWS - The generateJWS to set.

setWSDLDir

public void setWSDLDir(File wsdl)

setOutputDir

public void setOutputDir(File outputDir)

execute

public void execute()
             throws BuildException
Overrides:
execute in class Task
Throws:
BuildException