/* 101 */ InstanceAdvisor proxyAdvisor = proxy._getInstanceAdvisor();
/* 102 */ proxyAdvisor.insertInterceptor(IsLocalInterceptor.singleton);
/* 103 */ advisor.insertInterceptor(SecurityClientInterceptor.singleton);
/* 104 */ advisor.insertInterceptor(ClientTxPropagationInterceptor.singleton);
/* 105 */ proxyAdvisor.insertInterceptor(MergeMetaDataInterceptor.singleton);
/* 106 */ proxyAdvisor.insertInterceptor(ClusterChooserInterceptor.singleton);
/* 107 */ proxyAdvisor.insertInterceptor(InvokeRemoteInterceptor.singleton);
/* */
/* 109 */ proxyAdvisor.getMetaData().addMetaData("CLUSTERED_REMOTING", "CLUSTER_FAMILY_WRAPPER", new FamilyWrapper(proxyFamilyName, target.getReplicants()), PayloadKey.AS_IS);
/* */
/* 115 */ proxyAdvisor.getMetaData().addMetaData("CLUSTERED_REMOTING", "LOADBALANCE_POLICY", lb, PayloadKey.AS_IS);