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 | |
org.kuali.rice.ksb.impl.bus | |
org.kuali.rice.ksb.messaging | |
org.kuali.rice.ksb.messaging.bam | |
org.kuali.rice.ksb.messaging.bam.service | |
org.kuali.rice.ksb.messaging.bam.service.impl | |
org.kuali.rice.ksb.messaging.serviceconnectors | |
org.kuali.rice.ksb.messaging.web | |
org.kuali.rice.ksb.security.httpinvoker | |
org.kuali.rice.ksb.security.soap |
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) |
Modifier and Type | Method and Description |
---|---|
protected ServiceConfiguration |
RemoteService.constructServiceConfiguration() |
ServiceConfiguration |
LazyEndpoint.getServiceConfiguration() |
ServiceConfiguration |
ServiceBusImpl.publishService(ServiceDefinition serviceDefinition,
boolean synchronize) |
static ServiceConfiguration |
ServiceConfigurationSerializationHandler.unmarshallFromXml(String xml) |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfiguration> |
ServiceBusImpl.publishServices(List<ServiceDefinition> serviceDefinitions,
boolean synchronize) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceBusImpl.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration) |
static String |
ServiceConfigurationSerializationHandler.marshallToXml(ServiceConfiguration serviceConfiguration) |
Constructor and Description |
---|
LazyEndpoint(ServiceConfiguration serviceConfiguration) |
Modifier and Type | Method and Description |
---|---|
static PersistedMessageBO |
PersistedMessageBO.buildMessage(ServiceConfiguration serviceConfiguration,
AsynchronousCall methodCall) |
protected Object |
MessageServiceInvoker.getQueueService(ServiceConfiguration serviceConfiguration)
Because this is a queue we just need to grab one.
|
protected Object |
MessageServiceInvoker.getService(ServiceConfiguration serviceConfiguration) |
protected Object |
MessageServiceInvoker.getTopicService(ServiceConfiguration serviceConfiguration)
Get the service as a topic.
|
static Object |
BusClientFailureProxy.wrap(Object target,
ServiceConfiguration serviceConfiguration) |
Modifier and Type | Method and Description |
---|---|
static Object |
BAMClientProxy.wrap(Object target,
ServiceConfiguration serviceConfiguration) |
Modifier and Type | Method and Description |
---|---|
BAMTargetEntry |
BAMService.recordClientInvocation(ServiceConfiguration serviceConfiguration,
Object target,
Method method,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
BAMTargetEntry |
BAMServiceImpl.recordClientInvocation(ServiceConfiguration serviceConfiguration,
Object target,
Method method,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
ServiceConfiguration |
AbstractServiceConnector.getServiceConfiguration() |
Modifier and Type | Method and Description |
---|---|
static String |
ServiceConnectorFactory.determineAlternateEndpoint(ServiceConfiguration serviceConfiguration) |
static ServiceConnector |
ServiceConnectorFactory.getServiceConnector(ServiceConfiguration serviceConfiguration) |
protected Object |
AbstractServiceConnector.getServiceProxyWithFailureMode(Object service,
ServiceConfiguration serviceConfiguration) |
Constructor and Description |
---|
AbstractServiceConnector(ServiceConfiguration serviceConfiguration) |
AbstractServiceConnector(ServiceConfiguration serviceConfiguration,
URL alternateEndpointUrl) |
BusLocalConnector(ServiceConfiguration serviceConfiguration) |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfiguration> |
ServiceBusForm.getGlobalServices() |
List<ServiceConfiguration> |
ServiceRegistryForm.getPublishedServices() |
List<ServiceConfiguration> |
ServiceBusForm.getPublishedServices() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusForm.setGlobalServices(List<ServiceConfiguration> globalServices) |
void |
ServiceRegistryForm.setPublishedServices(List<ServiceConfiguration> publishedServices) |
void |
ServiceBusForm.setPublishedServices(List<ServiceConfiguration> publishedServices) |
Constructor and Description |
---|
AuthenticationCommonsHttpInvokerRequestExecutor(org.apache.http.client.HttpClient httpClient,
CredentialsSource credentialsSource,
ServiceConfiguration serviceConfiguration)
Constructor that accepts the CredentialsSource and Service Info.
|
Constructor and Description |
---|
CredentialsOutHandler(CredentialsSource credentialsSource,
ServiceConfiguration serviceConfiguration) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.