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