}
String link = "http://" + host.getHostname() + Config.getStringProperty("WORKFLOWS_URL") + "&_EXT_21_inode="
+ String.valueOf(processor.getTask().getId());
InvocationHandler dotInvocationHandler = new DotInvocationHandler(new HashMap());
DotRequestProxy requestProxy = (DotRequestProxy) Proxy.newProxyInstance(DotRequestProxy.class.getClassLoader(),
new Class[] { DotRequestProxy.class }, dotInvocationHandler);
requestProxy.put("host", host);
requestProxy.put("host_id", host.getIdentifier());