/* */
/* */ protected void startService()
/* */ throws Exception
/* */ {
/* 101 */ checkInvokerURL();
/* 102 */ Invoker delegateInvoker = new HttpInvokerProxy(this.invokerURL);
/* */
/* 105 */ ObjectName name = super.getServiceName();
/* 106 */ Registry.bind(name, delegateInvoker);
/* 107 */ this.log.debug("Bound Http invoker for JMX node");
/* */ }