xdoclet.modules.apache.axis.ejb
Class AxisDeploySubTask
java.lang.Objectxdoclet.DocletSupportxdoclet.SubTaskxdoclet.TemplateSubTaskxdoclet.XmlSubTaskxdoclet.modules.apache.axis.ejb.AxisDeploySubTask
- Serializable
public class AxisDeploySubTask
extends xdoclet.XmlSubTask
Generates an Axis deployment document for deploying a web service.
- Craig Walls (xdoclet@habuma.com)
- display-name = "Apache AXIS"
name = "axisdeploy"
parent = "xdoclet.modules.ejb.EjbDocletTask"
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 |
AxisDeploySubTask
public AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException Describe what the method does
- engineStarted in interface xdoclet.TemplateSubTask
xdoclet.XDocletException - Describe the exception
getContextFactoryName
public String getContextFactoryName()
Gets the contextFactoryName
getContextProviderUrl
public String getContextProviderUrl()
Gets the contextProviderUrl
setContextFactoryName
public void setContextFactoryName(String string)
Sets the contextFactoryName.
string - The contextFactoryName
setContextProviderUrl
public void setContextProviderUrl(String string)
Sets the contextProviderUrl.
string - The contextProviderUrl
validateOptions
public void validateOptions()
throws xdoclet.XDocletException Called to validate configuration parameters.
- validateOptions in interface xdoclet.TemplateSubTask
xdoclet.XDocletException - Description of Exception