org.apache.tools.ant.taskdefs.optional.ejb

Interface EJBDeploymentTool

public interface EJBDeploymentTool

Method Summary
voidconfigure(EjbJar.Config config)
Configure this tool for use in the ejbjar task.
voidprocessDescriptor(String descriptorFilename, SAXParser saxParser)
Process a deployment descriptor, generating the necessary vendor specific deployment files.
voidsetTask(Task task)
Set the task which owns this tool
voidvalidateConfigured()
Called to validate that the tool parameters have been configured.

Method Detail

configure

public void configure(EjbJar.Config config)
Configure this tool for use in the ejbjar task.

processDescriptor

public void processDescriptor(String descriptorFilename, SAXParser saxParser)
Process a deployment descriptor, generating the necessary vendor specific deployment files.

Parameters: descriptorFilename the name of the deployment descriptor saxParser a SAX parser which can be used to parse the deployment descriptor.

setTask

public void setTask(Task task)
Set the task which owns this tool

validateConfigured

public void validateConfigured()
Called to validate that the tool parameters have been configured.
Copyright