Package org.eclipse.ecf.remoteservice.rest.synd

Examples of org.eclipse.ecf.remoteservice.rest.synd.SyndFeedResponseDeserializer


        container = containerManager.getContainerFactory().createContainer(REST_CONTAINER_TYPE,
                getRestID(RSS_URL));

        adapter = getRestClientContainerAdapter();

        adapter.setResponseDeserializer(new SyndFeedResponseDeserializer());

        IRemoteService restClientService = adapter.getRemoteService(registerCall().getReference());

        asyncCall(restClientService);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.remoteservice.rest.synd.SyndFeedResponseDeserializer

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.