*
* @throws IOException
*/
public void start() throws IOException {
try {
service = new CamelServiceExporter();
service.setCamelContext(getCamelContext());
service.setServiceInterface(MBeanCamelServerConnection.class);
service.setUri(endpointUri);
this.serverConnection = new MBeanCamelServerConnectionImpl(getMBeanServer(), /* TODO */ null);