Class BlueprintResourceFactory

    • Constructor Detail

      • BlueprintResourceFactory

        public BlueprintResourceFactory()
      • BlueprintResourceFactory

        public BlueprintResourceFactory​(String name)
    • Method Detail

      • getInstance

        public Object getInstance​(org.apache.cxf.message.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
      • releaseInstance

        public void releaseInstance​(org.apache.cxf.message.Message m,
                                    Object o)
        Description copied from interface: ResourceProvider
        Releases the resource instance if needed
        Specified by:
        releaseInstance in interface ResourceProvider
        Parameters:
        m - the current request message
        o - resource instance
      • setBeanId

        public void setBeanId​(String serviceBeanId)
      • setBlueprintContainer

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