factory = cf;
BusFactory.setDefaultBus(null);
Map<String, Object> properties = new HashMap<String, Object>();
properties.put(Configurer.USER_CFG_FILE_PROPERTY_NAME,
"org/apache/cxf/jaxws/configured-endpoints.xml");
BusFactory.setDefaultBus(cf.createBus(null, properties));
System.setProperty(BusFactory.BUS_FACTORY_PROPERTY_NAME, CXFBusFactory.class.getName());
doTestConfiguredClientEndpoint();
}
@Test