| 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.
|
| org.kuali.rice.ksb.api.messaging |
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration |
Endpoint.getServiceConfiguration()
Returns the service configuration information for this endpoint.
|
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 | Method and Description |
|---|---|
Endpoint |
ServiceBus.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration)
Returns the endpoint matching the given service configuration, if one exists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceConfiguration |
class |
JavaServiceConfiguration |
class |
RestServiceConfiguration |
class |
SoapServiceConfiguration |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceConfiguration |
SoapServiceDefinition.configure() |
protected ServiceConfiguration |
RestServiceDefinition.configure() |
protected ServiceConfiguration |
JavaServiceDefinition.configure() |
protected abstract ServiceConfiguration |
AbstractServiceDefinition.configure() |
ServiceConfiguration |
BasicEndpoint.getServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static BasicEndpoint |
BasicEndpoint.newEndpoint(ServiceConfiguration serviceConfiguration,
Object service)
Constructs a new basic endpoint from the given service configuration and
service instance.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration |
AsynchronousCall.getServiceConfiguration() |
| Constructor and Description |
|---|
AsynchronousCall(Class<?>[] paramTypes,
Object[] arguments,
ServiceConfiguration serviceConfiguration,
String methodName,
AsynchronousCallback callback,
Serializable context) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.