xdoclet.modules.apache.axis.ejb

Class AxisDeploySubTask

Implemented Interfaces:
Serializable

public class AxisDeploySubTask
extends xdoclet.XmlSubTask

Generates an Axis deployment document for deploying a web service.
Version:
$Revision: 1.3 $
Author:
Craig Walls (xdoclet@habuma.com)
ant.element
display-name = "Apache AXIS" name = "axisdeploy" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
Mar 23, 2003

Nested Class Summary

Nested classes/interfaces inherited from class xdoclet.TemplateSubTask

TemplateSubTask.ExtentTypes, TemplateSubTask.OfType

Field Summary

Fields inherited from class xdoclet.DocletSupport

currentClassTag, currentFieldTag, currentMethodTag

Constructor Summary

AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does

Method Summary

protected void
engineStarted()
Describe what the method does
String
getContextFactoryName()
Gets the contextFactoryName
String
getContextProviderUrl()
Gets the contextProviderUrl
void
setContextFactoryName(String string)
Sets the contextFactoryName.
void
setContextProviderUrl(String string)
Sets the contextProviderUrl.
void
validateOptions()
Called to validate configuration parameters.

Methods inherited from class xdoclet.XmlSubTask

copyAttributesFrom, engineFinished, getDtdURL, getPublicId, getSchema, getSchemaURL, getSystemId, getUseIds, getXmlencoding, isValidateXML, setDtdURL, setPublicId, setSchema, setSchemaURL, setSystemId, setUseIds, setValidateXML, setXmlencoding, startProcess

Methods inherited from class xdoclet.TemplateSubTask

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

Methods inherited from class xdoclet.SubTask

addConfigParam, copyAttributesFrom, execute, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, init, setDestDir, setMergeDir, setSubTaskName, validateOptions

Methods inherited from class xdoclet.DocletSupport

getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getCurrentTag, isDocletGenerated, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Constructor Details

AxisDeploySubTask

public AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does

Method Details

engineStarted

protected void engineStarted()
            throws xdoclet.XDocletException
Describe what the method does
Overrides:
engineStarted in interface xdoclet.TemplateSubTask
Throws:
xdoclet.XDocletException - Describe the exception

getContextFactoryName

public String getContextFactoryName()
Gets the contextFactoryName
Returns:

getContextProviderUrl

public String getContextProviderUrl()
Gets the contextProviderUrl
Returns:

setContextFactoryName

public void setContextFactoryName(String string)
Sets the contextFactoryName.
Parameters:
string - The contextFactoryName

setContextProviderUrl

public void setContextProviderUrl(String string)
Sets the contextProviderUrl.
Parameters:
string - The contextProviderUrl

validateOptions

public void validateOptions()
            throws xdoclet.XDocletException
Called to validate configuration parameters.
Overrides:
validateOptions in interface xdoclet.TemplateSubTask
Throws:
xdoclet.XDocletException - Description of Exception