Extending Axis2 API to add deployers programmatically
------------------------------------------------------
Key: AXIS2-4306
URL: https://issues.apache.org/jira/browse/AXIS2-4306
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Components: kernel
Reporter: Sameera Jayasoma
Fix For: post-1.5
Attachments: patch-axis2-trunk-10-04-2009-01.txt
Herewith I am attaching a patch. This patch will enable users to add deployers
programmatically. Here in this patch, I have added two method to the
DeploymentEngine. They are
public void addDeployer(Deployer deployer, String directory, String extension);
public void removeDeployer(String directory, String extension);
This patch won't break anything but will extend Axis2 API
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.