225226227228229230231
Endpoint ep = EndpointFactory.getEndpoint(name, def); return ep; } protected TwitterService createClientService(Endpoint ep, String url){ return new TwitterService(ep); }
6667686970717273747576
if (RUN_IN_EMBEDDED_MODE) { startServer(); } twitter = new TwitterService(persistenceUnitName); // Create Schema if (AUTO_MANAGE_SCHEMA) { createSchema();
106107108109110111112
protected IEventSearchService createEventSearchService() throws Exception { return new EventSearchService(); } protected ITwitterService createTwitterService() throws Exception{ return new TwitterService(); }