blob: 6871bc67ed8eae5cb0321a8dc4ea64fb9cc251f9 [file] [log] [blame]
package org.eclipse.ecf.remoteservice;
import java.util.Map;
import org.eclipse.ecf.core.ContainerConnectException;
import org.osgi.framework.InvalidSyntaxException;
/**
* @since 8.9
*/
public interface IRSAConsumerContainerAdapter {
public IRemoteServiceReference[] importEndpoint(Map<String, Object> endpointDescriptionProperties) throws ContainerConnectException, InvalidSyntaxException;
}