/* 645 */ if (this.invokerProxyBindings == null)
/* 646 */ this.invokerProxyBindings = new InvokerProxyBindingsMetaData();
/* 647 */ if ((override != null) && (override.invokerProxyBindings != null))
/* 648 */ this.invokerProxyBindings.merge(override.invokerProxyBindings);
/* 649 */ if (this.interceptors == null)
/* 650 */ this.interceptors = new InterceptorsMetaData();
/* 651 */ if ((override != null) && (override.webservices != null)) {
/* 652 */ this.webservices = new WebservicesMetaData();
/* */ }
/* 654 */ if (original != null)
/* */ {