Class HttpContextProcessing

  • All Implemented Interfaces:
    org.osgi.service.cm.ManagedServiceFactory

    public class HttpContextProcessing
    extends Object
    implements org.osgi.service.cm.ManagedServiceFactory

    Tracks CM factory configurations which, in declarative way, are used to provide additional configuration for given bundle's instance of HttpService/WebContainer.

    • Constructor Detail

      • HttpContextProcessing

        public HttpContextProcessing​(org.osgi.framework.BundleContext serviceContext)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.osgi.service.cm.ManagedServiceFactory
      • updated

        public void updated​(String pid,
                            Dictionary<String,​?> properties)
                     throws org.osgi.service.cm.ConfigurationException
        Specified by:
        updated in interface org.osgi.service.cm.ManagedServiceFactory
        Throws:
        org.osgi.service.cm.ConfigurationException
      • deleted

        public void deleted​(String pid)
        Specified by:
        deleted in interface org.osgi.service.cm.ManagedServiceFactory
      • destroy

        public void destroy()