Class BlueprintResourceFactory

    • Constructor Detail

      • BlueprintResourceFactory

        public BlueprintResourceFactory()
      • BlueprintResourceFactory

        public BlueprintResourceFactory​(String name)
    • Method Detail

      • getInstance

        public Object getInstance​(Message m)
        Description copied from interface: ResourceProvider
        Returns the resource instance which will handle the current request
        Specified by:
        getInstance in interface ResourceProvider
        Parameters:
        m - the current request message
        Returns:
        resource instance
      • setBeanId

        public void setBeanId​(String serviceBeanId)
      • setBlueprintContainer

        public void setBlueprintContainer​(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)