225226227228229230231
Endpoint ep = EndpointFactory.getEndpoint(name, def); return ep; } protected TwitterService createClientService(Endpoint ep, String url){ return new TwitterService(ep); }