| Package | Description |
|---|---|
| org.kuali.rice.ksb.api.bus | |
| org.kuali.rice.ksb.api.bus.support |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration |
ServiceBus.publishService(ServiceDefinition serviceDefinition,
boolean synchronize)
Publish a service with the given ServiceDefinition to the service bus.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceConfiguration> |
ServiceBus.publishServices(List<ServiceDefinition> serviceDefinitions,
boolean synchronize)
Functions as per
ServiceBus.publishService(ServiceDefinition, boolean) but allows for multiple
services to be published to the bus in a single operation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceDefinition
The definition of a service on the service bus.
|
class |
JavaServiceDefinition |
class |
RestServiceDefinition
Service definition for RESTful services.
|
class |
SoapServiceDefinition |
| Modifier and Type | Method and Description |
|---|---|
ServiceDefinition |
ServiceBusExporter.getServiceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractServiceConfiguration.Builder.copyServiceDefinitionProperties(ServiceDefinition serviceDefinition) |
void |
ServiceBusExporter.setServiceDefinition(ServiceDefinition serviceDefinition) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.