|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
xjavadoc.ant.XJavadocTask
xdoclet.DocletTask
xdoclet.modules.wsee.WseeDocletTask
This task executes various wsee specific tasks
Nested Class Summary | |
static class |
WseeDocletTask.PackageNamespaceMapping
Inner class designed after package substitutions |
Field Summary | |
static String |
DEFAULT_SPEC
constants |
protected String |
jaxrpcMappingFile
|
protected List |
packageNamespaceMappings
|
protected String |
wsdlFile
|
protected String |
wseeSpec
state |
Fields inherited from class xdoclet.DocletTask |
XDOCLET_VERSION |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
WseeDocletTask()
|
Method Summary | |
void |
addPackageNamespaceMapping(WseeDocletTask.PackageNamespaceMapping mapping)
adds a package-namespace mapping |
String |
getJaxrpcMappingFile()
|
List |
getPackageNamespaceMappings()
|
String |
getWsdlFile()
|
String |
getWseeSpec()
|
void |
setJaxrpcMappingFile(String location)
set location of jaxrpc mapping file |
void |
setPackageNamespaceMappings(List list)
|
void |
setWsdlFile(String location)
set location of the wsdl file |
void |
setWseeSpec(String ver)
set specification version |
Methods inherited from class xjavadoc.ant.XJavadocTask |
createIgnoredtag, execute, getClasspath, getXJavaDoc, setDocencoding, setEncoding, setIgnoredtags, setValidating |
Methods inherited from class org.apache.tools.ant.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 org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DEFAULT_SPEC
protected String wseeSpec
protected String wsdlFile
protected String jaxrpcMappingFile
protected List packageNamespaceMappings
Constructor Detail |
public WseeDocletTask()
Method Detail |
public String getWseeSpec()
public String getJaxrpcMappingFile()
public String getWsdlFile()
public List getPackageNamespaceMappings()
public void setWseeSpec(String ver)
ver
- string specifierpublic void setJaxrpcMappingFile(String location)
location
- the file locationpublic void setWsdlFile(String location)
location
- the file locationpublic void setPackageNamespaceMappings(List list)
list
- public void addPackageNamespaceMapping(WseeDocletTask.PackageNamespaceMapping mapping)
mapping
- The feature to be added to the PackageNamespaceMapping attribute
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |