org.wso2.carbon.event.processing.application.deployer
Interface EventProcessingDeployer

All Superinterfaces:
org.apache.axis2.deployment.Deployer

public interface EventProcessingDeployer
extends org.apache.axis2.deployment.Deployer


Method Summary
 void processDeployment(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
           
 void processUndeployment(String filePath)
           
 
Methods inherited from interface org.apache.axis2.deployment.Deployer
cleanup, deploy, init, setDirectory, setExtension, undeploy
 

Method Detail

processDeployment

void processDeployment(org.apache.axis2.deployment.repository.util.DeploymentFileData deploymentFileData)
                       throws Exception
Throws:
Exception

processUndeployment

void processUndeployment(String filePath)
                         throws Exception
Throws:
Exception


Copyright © 2015 WSO2. All rights reserved.