* @param metaData meta data associated with this proxy
* @throws CSGException throws in case of an error
*/
public void deployProxy(ServiceMetaData metaData) throws CSGException {
CSGProxyService csgProxyService = new CSGProxyServiceConfigLayer().getCSGServiceProxy();
if (csgProxyService.create(metaData)) {
if (log.isDebugEnabled()) {
log.debug("Proxy service,'" + metaData.getServiceName() + "Proxy" + "'" +
" deployed successfully");
}
} else {