String proxyDirPath = synapseConfigPath
+ File.separator + MultiXMLConfigurationBuilder.PROXY_SERVICES_DIR;
for (ProxyService proxyService : synEnv.getSynapseConfiguration().getProxyServices()) {
if (proxyService.getFileName() != null) {
deploymentStore.addRestoredArtifact(
proxyDirPath + File.separator + proxyService.getFileName());
}
}
deploymentEngine.addDeployer(
new ProxyServiceDeployer(), proxyDirPath, ServiceBusConstants.ARTIFACT_EXTENSION);