Index: dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ConfigurationTypeHandler.java |
=================================================================== |
--- dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ConfigurationTypeHandler.java (revision 783553) |
+++ dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ConfigurationTypeHandler.java (working copy) |
@@ -24,6 +24,9 @@ |
import org.osgi.service.discovery.ServiceEndpointDescription; |
public interface ConfigurationTypeHandler { |
+ static final String DATABINDING_PROP_KEY = "org.apache.cxf.dosgi.databinding"; |
+ static final String FRONTEND_PROP_KEY = "org.apache.cxf.dosgi.frontend"; |
+ |
Server createServer(ServiceReference serviceReference, |
BundleContext dswContext, |
BundleContext callingContext, |