You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Configuration Properties

These properties are set on the Service Registration in the OSGi Service Registry.

Common properties

Service Provider properties

Property Name

Data Type

Example

Description

osgi.remote.interfaces

String

org.example.BarService,org.example.FooService *

Denotes the interfaces to be exposed remotely. This is a comma-separated list of fully qualified Java interfaces that should be made available remotely. A special value of * can be provided meaning that all of the interfaces passed to the BundleContext.registerService() call are suitable for remoting.

osgi.remote.configuration.type

String

pojo

Specifies the mechanism for configuring the service exposure. Possible values: pojo or wsdl

Service Consumer properties

The Intent Map

remote-services.xml files

  • No labels