Package org.apache.tuscany.sca.binding.resource

Examples of org.apache.tuscany.sca.binding.resource.HTTPResourceBindingFactory


    public void start(ExtensionPointRegistry registry) {

        // Create the resource binding factory
        ModelFactoryExtensionPoint factories = registry.getExtensionPoint(ModelFactoryExtensionPoint.class);
        HTTPResourceBindingFactory bindingFactory = new DefaultHTTPResourceBindingFactory();
        factories.addFactory(bindingFactory);

        // Create the resource implementation factory
        AssemblyFactory assemblyFactory = factories.getFactory(AssemblyFactory.class);
        JavaInterfaceFactory javaFactory = new DefaultJavaInterfaceFactory();
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.resource.HTTPResourceBindingFactory

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.