xdoclet.modules.apache.axis.ejb
Class AxisDeploySubTask

java.lang.Object
  extended by xdoclet.DocletSupport
      extended by xdoclet.SubTask
          extended by xdoclet.TemplateSubTask
              extended by xdoclet.XmlSubTask
                  extended by xdoclet.modules.apache.axis.ejb.AxisDeploySubTask
All Implemented Interfaces:
java.io.Serializable

public class AxisDeploySubTask
extends XmlSubTask

Generates an Axis deployment document for deploying a web service.

Version:
$Revision: 1.3 $
Author:
Craig Walls (xdoclet@habuma.com)
See Also:
Serialized Form
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
 java.lang.String getContextFactoryName()
          Gets the contextFactoryName
 java.lang.String getContextProviderUrl()
          Gets the contextProviderUrl
 void setContextFactoryName(java.lang.String string)
          Sets the contextFactoryName.
 void setContextProviderUrl(java.lang.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, 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, startProcessForAll, startProcessPerClass
 
Methods inherited from class xdoclet.SubTask
addConfigParam, getConfigParams, getConfigParamsAsMap, getContext, getDestDir, getMergeDir, getSubTaskName, getXJavaDoc, setDestDir, setMergeDir, setSubTaskName
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisDeploySubTask

public AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does

Method Detail

getContextFactoryName

public java.lang.String getContextFactoryName()
Gets the contextFactoryName

Returns:

getContextProviderUrl

public java.lang.String getContextProviderUrl()
Gets the contextProviderUrl

Returns:

setContextFactoryName

public void setContextFactoryName(java.lang.String string)
Sets the contextFactoryName.

Parameters:
string - The contextFactoryName

setContextProviderUrl

public void setContextProviderUrl(java.lang.String string)
Sets the contextProviderUrl.

Parameters:
string - The contextProviderUrl

validateOptions

public void validateOptions()
                     throws XDocletException
Called to validate configuration parameters.

Overrides:
validateOptions in class TemplateSubTask
Throws:
XDocletException - Description of Exception

engineStarted

protected void engineStarted()
                      throws XDocletException
Describe what the method does

Overrides:
engineStarted in class TemplateSubTask
Throws:
XDocletException - Describe the exception

http://xdoclet.sourceforge.net/