private WebServiceClientConverter endpointConverter = new WebServiceClientConverter();
@Test
public void testConvert() throws Exception {
EndpointData endpointData = endpointConverter.convert(new Client());
Assert.assertEquals(endpointData.getType(), "ws-client");
}