Uses of Interface
org.kuali.rice.ksb.api.bus.ServiceDefinition
Packages that use ServiceDefinition
-
Uses of ServiceDefinition in org.kuali.rice.ksb.api.bus
Methods in org.kuali.rice.ksb.api.bus with parameters of type ServiceDefinitionModifier and TypeMethodDescriptionServiceBus.publishService(ServiceDefinition serviceDefinition, boolean synchronize) Publish a service with the given ServiceDefinition to the service bus.Method parameters in org.kuali.rice.ksb.api.bus with type arguments of type ServiceDefinitionModifier and TypeMethodDescriptionServiceBus.publishServices(List<ServiceDefinition> serviceDefinitions, boolean synchronize) Functions as perServiceBus.publishService(ServiceDefinition, boolean)but allows for multiple services to be published to the bus in a single operation. -
Uses of ServiceDefinition in org.kuali.rice.ksb.api.bus.support
Classes in org.kuali.rice.ksb.api.bus.support that implement ServiceDefinitionModifier and TypeClassDescriptionclassThe definition of a service on the service bus.classclassMethods in org.kuali.rice.ksb.api.bus.support that return ServiceDefinitionMethods in org.kuali.rice.ksb.api.bus.support with parameters of type ServiceDefinitionModifier and TypeMethodDescriptionprotected voidAbstractServiceConfiguration.Builder.copyServiceDefinitionProperties(ServiceDefinition serviceDefinition) voidServiceBusExporter.setServiceDefinition(ServiceDefinition serviceDefinition)