public void stop() throws Exception {
   cm.log("Stoping endpoint port=\"" + port + "\" handler=\"" + con.getClass().getName() + "\" ");
   ep.stopEndpoint();
 }