Class ServiceProviderEndpointDefinition


  • public class ServiceProviderEndpointDefinition
    extends EndpointDefinition
    author Pascal Knueppel
    created at: 17.10.2019 - 22:41

    Represents the standard ResourceType endpoint definition that is registered on the fly. But if wanted the registration can also be overridden with a new implementation
    • Constructor Detail

      • ServiceProviderEndpointDefinition

        public ServiceProviderEndpointDefinition​(ServiceProvider serviceProvider)
        Parameters:
        serviceProvider - each created ResourceEndpointHandler must get hold of a single * ServiceProvider instance which is shared with this object. so both instances need to hold the same * object reference in order for the application to work correctly