PojiProxy handler = new InvokableContextClusteredProxyInvocationHandler(this.getContainerName(),
this.getContainerGuid(), locator, resolvedInterceptors, (Serializable) this.getTarget(),
this.getFamilyWrapper(), this.getLoadBalancePolicy(), this.getPartitionName(), true);
Class<?>[] interfaces = new Class<?>[]
{InvokableContext.class};
final InvokableContext container = (InvokableContext) Proxy.newProxyInstance(
InvokableContext.class.getClassLoader(), interfaces, handler);
this.container = container;
}