Package org.apache.tuscany.sca.binding.feed.impl

Examples of org.apache.tuscany.sca.binding.feed.impl.FeedBindingImpl


* A factory for the Feed binding model.
*/
public class DefaultFeedBindingFactory implements FeedBindingFactory {

    public FeedBinding createFeedBinding() {
        return new FeedBindingImpl();
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.feed.impl.FeedBindingImpl

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.