1 17 package org.apache.servicemix.sca.config; 18 19 import org.apache.tuscany.core.builder.ObjectFactory; 20 import org.apache.tuscany.core.builder.impl.BaseExternalServiceContextFactory; 21 22 public class ExternalJbiServiceContextFactory extends BaseExternalServiceContextFactory { 23 24 public ExternalJbiServiceContextFactory(String name, ObjectFactory objectFactory) { 25 super(name, objectFactory); 26 } 27 28 } 29 | Popular Tags |