Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1480)

Unified Diff: dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/ConfigurationTypeHandler.java

Issue 71041: JAX-RS for DOSGI Base URL: http://svn.apache.org/repos/asf/cxf/dosgi/trunk
Patch Set: Ignore the first patch set, which was missing JaxRSPojoConfigurationTypeHandler Created 15 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b