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

Object
  extended by ProjectComponent
      extended by Task
          extended by Java
              extended by WSDL2AJavaTask

public class WSDL2AJavaTask
extends Java


Field Summary
 
Fields inherited from class Java
redirector, redirectorElement
 
Fields inherited from class Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class ProjectComponent
project
 
Constructor Summary
WSDL2AJavaTask()
           
 
Method Summary
 void execute()
           
 void setClasspath(Path s)
          Set the classpath to be used when running the Java class
 void setClasspathRef(Reference r)
          Classpath to use, by reference.
 void setOutputDir(File outputDir)
           
 void setWSDLFile(File wsdl)
           
 
Methods inherited from class Java
addAssertions, addConfiguredRedirector, addEnv, addSysproperty, addSyspropertyset, clearArgs, createArg, createBootclasspath, createClasspath, createJvmarg, createPermissions, createWatchdog, executeJava, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, maybeSetResultPropertyValue, run, setAppend, setArgs, setClassname, setDir, setError, setErrorProperty, setFailonerror, setFork, setInput, setInputString, setJar, setJvm, setJvmargs, setJVMVersion, setLogError, setMaxmemory, setNewenvironment, setOutput, setOutputproperty, setResultProperty, setSpawn, setTimeout, setupRedirector
 
Methods inherited from class Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, 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

WSDL2AJavaTask

public WSDL2AJavaTask()
Method Detail

setWSDLFile

public void setWSDLFile(File wsdl)

setOutputDir

public void setOutputDir(File outputDir)

setClasspathRef

public void setClasspathRef(Reference r)
Classpath to use, by reference.

Overrides:
setClasspathRef in class Java
Parameters:
r - a reference to an existing classpath

setClasspath

public void setClasspath(Path s)
Set the classpath to be used when running the Java class

Overrides:
setClasspath in class Java
Parameters:
s - an Ant Path object containing the classpath.

execute

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