// Get Interceptors
Interceptor[] interceptors = this.getInterceptors();
// Create
SessionProxyInvocationHandler handler = new SessionRemoteProxyInvocationHandler(containerName, containerGuid,
interceptors, businessInterfaceName, url);
// Return
return handler;
}