xdoclet.modules.wsee
Class WseeDocletTask
XJavadocTaskxdoclet.DocletTaskxdoclet.modules.wsee.WseeDocletTask
- DynamicConfigurator
public class WseeDocletTask
extends xdoclet.DocletTask
This task executes various wsee specific tasks
- Christoph G. Jung (christoph.jung@infor.de)
- name = "wseedoclet"
display-name = "Web Services for Java 2 Enterprise Edition Task"
addConfigParam, addFileset, addPackageSubstitution, addSubTask, addTemplate, addXmlTemplate, checkClass, createDynamicElement, getAddedTags, getConfigParams, getConfigParams, getConfigParamsAsMap, getDestDir, getExcludedTags, getMergeDir, getPackageSubstitutions, getSubTaskName, getSubTasks, isForce, isVerbose, setAddedTags, setDestDir, setDynamicAttribute, setExcludePackageNames, setExcludedTags, setForce, setMergeDir, setPackageNames, setPackageSubstitutions, setVerbose, start, validateOptions, validateSubTasks |
DEFAULT_SPEC
public static final String DEFAULT_SPEC
constants
jaxrpcMappingFile
protected String jaxrpcMappingFile
packageNamespaceMappings
protected List packageNamespaceMappings
wsdlFile
protected String wsdlFile
wseeSpec
protected String wseeSpec
state
addPackageNamespaceMapping
public void addPackageNamespaceMapping(WseeDocletTask.PackageNamespaceMapping mapping)
adds a package-namespace mapping
mapping - The feature to be added to the PackageNamespaceMapping attribute
getJaxrpcMappingFile
public String getJaxrpcMappingFile()
- location of the jaxrpc file
getPackageNamespaceMappings
public List getPackageNamespaceMappings()
getWsdlFile
public String getWsdlFile()
- location of the wsdl file
getWseeSpec
public String getWseeSpec()
setJaxrpcMappingFile
public void setJaxrpcMappingFile(String location)
set location of jaxrpc mapping file
location - the file location
setPackageNamespaceMappings
public void setPackageNamespaceMappings(List list)
setWsdlFile
public void setWsdlFile(String location)
set location of the wsdl file
location - the file location
setWseeSpec
public void setWseeSpec(String ver)
set specification version