Object implementor2 = new JaxbElementTestImpl();
address = "http://localhost:" + PORT + "/jaxb_element_test";
endpoints.add(Endpoint.publish(address, implementor2));
Object implementor3 = new OrderedParamHolderImpl();
address = "http://localhost:" + PORT + "/ordered_param_holder/";
endpoints.add(Endpoint.publish(address, implementor3));
//Object implementor4 = new DocLitWrappedCodeFirstServiceImpl();
//endpoints.add(Endpoint.publish(DOCLIT_CODEFIRST_URL, implementor4));