Uses of Class
org.kuali.rice.ksb.api.registry.ServiceEndpoint
Packages that use ServiceEndpoint
-
Uses of ServiceEndpoint in org.kuali.rice.ksb.api.registry
Methods in org.kuali.rice.ksb.api.registry that return ServiceEndpointModifier and TypeMethodDescriptionServiceEndpoint.Builder.build()ServiceRegistry.publishService(ServiceEndpoint serviceEndpoint) Publishes the givenServiceEndpointto the registry.ServiceRegistry.removeServiceEndpoint(String serviceId) Removes the service from the registry with the given service id if it exists.Methods in org.kuali.rice.ksb.api.registry that return types with arguments of type ServiceEndpointModifier and TypeMethodDescriptionRemoveAndPublishResult.getServicesPublished()Returns an unmodifiable list of services that were published as the result of a remove-and-publish operation.RemoveAndPublishResult.getServicesRemoved()Returns an unmodifiable list of services that were removed as the result of a remove-and-publish operation.ServiceRegistry.publishServices(List<ServiceEndpoint> serviceEndpoints) Publishes the list ofServiceEndpoints to the registry.ServiceRegistry.removeServiceEndpoints(List<String> serviceIds) AsServiceRegistry.removeServiceEndpoint(String)but removes all services that match the given list of service ids.Methods in org.kuali.rice.ksb.api.registry with parameters of type ServiceEndpointModifier and TypeMethodDescriptionServiceRegistry.publishService(ServiceEndpoint serviceEndpoint) Publishes the givenServiceEndpointto the registry.Method parameters in org.kuali.rice.ksb.api.registry with type arguments of type ServiceEndpointModifier and TypeMethodDescriptionstatic RemoveAndPublishResultRemoveAndPublishResult.create(List<ServiceEndpoint> servicesRemoved, List<ServiceEndpoint> servicesPublished) Creates a newRemoveAndPublishResultfrom the given lists of services removed and published.ServiceRegistry.publishServices(List<ServiceEndpoint> serviceEndpoints) Publishes the list ofServiceEndpoints to the registry.