Designing and Implementing Composite Applications : Getting Started with the webMethods Application Platform API : Using the Application Platform API : Looking up Services from the OSGi Registry : Configuring POJO Services Dynamically
Configuring POJO Services Dynamically
Application Platform enables you to dynamically configure a published POJO service by using the @Service annotation. For more information about the @Service annotation, see Publishing POJOs as OSGi Services.
For information about how to enable dynamic service configuration in Application Platform projects, see Using the Project Dynamic Configuration.
The following table outlines the related API documentation:
Class and Description
org.osgi.service.cm.ManagedService
For information, see the OSGi documentation.
The following methods must be implemented from the ManagedService interface:
Method Name
Return Type
Method Arguments
Description
update
void
java.util.Dictionary<java. lang.String,?> properties
For information about the updated method, see the OSGi documentation.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback