|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectProjectComponent
Task
ServiceControlGeneratorTask
public final class ServiceControlGeneratorTask
The Webservice Control Generator task generates a web service control from a WSDL.
Field Summary |
---|
Fields inherited from class Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
ServiceControlGeneratorTask()
Create a new ServiceControlGeneratorTask. |
Method Summary | |
---|---|
void |
execute()
Execute this task. |
void |
setDestdir(File destdir)
Set the destination directory for the generated service controls. |
void |
setDestPackageName(String destPackageName)
The java package name for generated service controls. |
void |
setSrcdir(File srcdir)
Set the source directory to generate service control(s) from. |
void |
setSrcfile(File srcfile)
Set the source file (wsdl) to generate the service control from. |
void |
setWsdlPathAnnotation(String wsdlPathAnnotation)
The generated service control's include a class-level annotation which describes the physical location of the WSDL the control was generated from. |
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 |
---|
public ServiceControlGeneratorTask()
Method Detail |
---|
public void setSrcfile(File srcfile)
srcfile
- WSDL used to generate a service control.public void setSrcdir(File srcdir)
srcdir
- The directory to process WSDLs in.public void setDestdir(File destdir)
destdir
- Location to create service control(s).public void setDestPackageName(String destPackageName)
destPackageName
- Java package name. Package names may be of arbitrary depth, ex. xxx.yyy.zzzpublic void setWsdlPathAnnotation(String wsdlPathAnnotation)
wsdlPathAnnotation
- The value for the WSDL path annotation.public void execute()
execute
in class Task
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |