xdoclet.modules.apache.axis.ejb

Class AxisDeploySubTask

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)

UNKNOWN: Mar 23, 2003 display-name = "Apache AXIS" name = "axisdeploy" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "axis-mappings-{0}.xml" relates-to = "deploy-{0}.xml" description = "An XML unparsed * entity containing any typeMapping and beanMapping elements."

Constructor Summary
AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does
Method Summary
protected voidengineStarted()
Describe what the method does
StringgetContextFactoryName()
Gets the contextFactoryName
StringgetContextProviderUrl()
Gets the contextProviderUrl
voidsetContextFactoryName(String string)
Sets the contextFactoryName.
voidsetContextProviderUrl(String string)
Sets the contextProviderUrl.
voidvalidateOptions()
Called to validate configuration parameters.

Constructor Detail

AxisDeploySubTask

public AxisDeploySubTask()
Describe what the AxisDeploySubTask constructor does

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: 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()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception