Class URLMappingBasedDispatcher

    • Constructor Detail

      • URLMappingBasedDispatcher

        public URLMappingBasedDispatcher()
    • Method Detail

      • findResource

        public Resource findResource​(MessageContext synCtx,
                                     Collection<Resource> resources)
        Description copied from interface: RESTDispatcher
        Find a Resource instance suitable for processing the given message
        Specified by:
        findResource in interface RESTDispatcher
        Parameters:
        synCtx - MessageContext to be processed through a Resource
        resources - Collection of available Resource instances
        Returns:
        A matching Resource instance or null