Created
December 17, 2011 17:03
-
-
Save chriswhitcombe/1490739 to your computer and use it in GitHub Desktop.
DS Remote services wiring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<endpoint-descriptions xmlns="http://www.osgi.org/xmlns/rsa/v1.0.0"> | |
<endpoint-description> | |
<property name="objectClass"> | |
<array> | |
<value>com.chriswhitcombe.reporting.ReportingService</value> | |
</array> | |
</property> | |
<property name="endpoint.id">http://localhost:9000/reporting</property> | |
<property name="service.imported.configs">org.apache.cxf.ws</property> | |
</endpoint-description> | |
</endpoint-descriptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment