xdoclet.modules.wsee
Class WebServicesXmlSubTask
java.lang.Object
xdoclet.DocletSupport
xdoclet.SubTask
xdoclet.TemplateSubTask
xdoclet.XmlSubTask
xdoclet.modules.wsee.WebServicesXmlSubTask
- Serializable
public class WebServicesXmlSubTask
extends xdoclet.XmlSubTask
SubTask that generates the web-services.xml deployment descriptor.
- Christoph G. Jung (christoph.jung@infor.de)
- display-name = "webservices.xml"
name = "deploymentdescriptor"
parent = "xdoclet.modules.wsee.WseeDocletTask"
copyAttributesFrom , engineFinished , getDtdURL , getPublicId , getSchema , getSchemaURL , getSystemId , getUseIds , getXmlencoding , isValidateXML , setDtdURL , setPublicId , setSchema , setSchemaURL , setSystemId , setUseIds , setValidateXML , setXmlencoding , startProcess |
addOfType , addOfType , addPackageSubstitution , copyAttributesFrom , engineFinished , engineStarted , execute , generateForClass , getAcceptAbstractClasses , getAcceptInterfaces , getDestinationFile , getEngine , getExtent , getGeneratedFileName , getGenerationManager , getHavingClassTag , getOfType , getPackageSubstitutions , getSubTaskClassName , getTemplateURL , init , isPackageSubstitutionInheritanceSupported , isPrefixWithPackageStructure , javaFile , matchesGenerationRules , processInnerClasses , setAcceptAbstractClasses , setAcceptInterfaces , setDestinationFile , setEngine , setExtent , setExtentValue , setGenerationManager , setHavingClassTag , setOfType , setPackageSubstitutionInheritanceSupported , setPackageSubstitutions , setPrefixWithPackageStructure , setSubTaskClassName , setTemplateFile , setTemplateURL , startEngine , startProcess , startProcessForAll , startProcessPerClass , validateOptions |
addConfigParam , copyAttributesFrom , execute , getConfigParams , getConfigParamsAsMap , getContext , getDestDir , getMergeDir , getSubTaskName , getXJavaDoc , init , setDestDir , setMergeDir , setSubTaskName , validateOptions |
getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getCurrentTag , isDocletGenerated , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
description
protected String description
displayName
protected String displayName
largeIcon
protected String largeIcon
name
protected String name
smallIcon
protected String smallIcon
state
WebServicesXmlSubTask
public WebServicesXmlSubTask()
initializes default output location and template names
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
feedback upon engine start
- engineStarted in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
-
execute
public void execute()
throws xdoclet.XDocletException
runs the subtask
- execute in interface xdoclet.TemplateSubTask
xdoclet.XDocletException
-
getDescription
public String getDescription()
Gets the Description attribute of the WebXmlSubTask object
getDisplayName
public String getDisplayName()
- the display name of the webservice descriptor
getLargeIcon
public String getLargeIcon()
getName
public String getName()
getSmallIcon
public String getSmallIcon()
setDescription
public void setDescription(String description)
Sets the Description attribute of the WebXmlSubTask object
description
- The new Description value
setDisplayName
public void setDisplayName(String string)
set display name
setLargeIcon
public void setLargeIcon(String string)
set large icon location
setName
public void setName(String string)
set descriptor name
setSmallIcon
public void setSmallIcon(String string)
set small icon location