Package in.partake.service.impl

Examples of in.partake.service.impl.TwitterService


    protected IEventSearchService createEventSearchService() throws Exception {
        return new EventSearchService();
    }

    protected ITwitterService createTwitterService() throws Exception{
        return new TwitterService();
    }
View Full Code Here

TOP

Related Classes of in.partake.service.impl.TwitterService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.