FileDocCategorySizeDatePackage
EJBDeploymentTool.javaAPI DocApache Ant 1.702013Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant.taskdefs.optional.ejb

EJBDeploymentTool

public interface EJBDeploymentTool
The interface to implement for deployment tools.

Fields Summary
Constructors Summary
Methods Summary
public voidconfigure(EjbJar.Config config)
Configure this tool for use in the ejbjar task.

param
config contains configuration state.

public voidprocessDescriptor(java.lang.String descriptorFilename, javax.xml.parsers.SAXParser saxParser)
Process a deployment descriptor, generating the necessary vendor specific deployment files.

param
descriptorFilename the name of the deployment descriptor
param
saxParser a SAX parser which can be used to parse the deployment descriptor.
throws
BuildException if there is an error.

public voidsetTask(org.apache.tools.ant.Task task)
Set the task which owns this tool

param
task the task.

public voidvalidateConfigured()
Called to validate that the tool parameters have been configured.

throws
BuildException if there is an error.