.getResource("/org/apache/cxf/transport/http_jetty/spring/beans.xml").toString();
ClassPathXmlApplicationContext ctx = new JaxbClassPathXmlApplicationContext(
new String[] {s1, s2, s3, s4});
ConfigurerImpl cfg = new ConfigurerImpl(ctx);
ServiceInfo serviceInfo = new ServiceInfo();
serviceInfo.setName(new QName("bla", "Service"));
EndpointInfo info = new EndpointInfo(serviceInfo, "");
info.setName(new QName("urn:test:ns", "Foo"));