Uses of Interface
org.kuali.rice.ksb.api.bus.ServiceConfiguration
Packages that use ServiceConfiguration
Package
Description
-
Uses of ServiceConfiguration in org.kuali.rice.ksb.api.bus
Methods in org.kuali.rice.ksb.api.bus that return ServiceConfigurationModifier and TypeMethodDescriptionEndpoint.getServiceConfiguration()Returns the service configuration information for this endpoint.ServiceBus.publishService(ServiceDefinition serviceDefinition, boolean synchronize) Publish a service with the given ServiceDefinition to the service bus.Methods in org.kuali.rice.ksb.api.bus that return types with arguments of type ServiceConfigurationModifier 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.Methods in org.kuali.rice.ksb.api.bus with parameters of type ServiceConfigurationModifier and TypeMethodDescriptionServiceBus.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration) Returns the endpoint matching the given service configuration, if one exists. -
Uses of ServiceConfiguration in org.kuali.rice.ksb.api.bus.support
Classes in org.kuali.rice.ksb.api.bus.support that implement ServiceConfigurationModifier and TypeClassDescriptionclassfinal classclassMethods in org.kuali.rice.ksb.api.bus.support that return ServiceConfigurationModifier and TypeMethodDescriptionprotected abstract ServiceConfigurationAbstractServiceDefinition.configure()protected ServiceConfigurationJavaServiceDefinition.configure()protected ServiceConfigurationSoapServiceDefinition.configure()BasicEndpoint.getServiceConfiguration()Methods in org.kuali.rice.ksb.api.bus.support with parameters of type ServiceConfigurationModifier and TypeMethodDescriptionstatic BasicEndpointBasicEndpoint.newEndpoint(ServiceConfiguration serviceConfiguration, Object service) Constructs a new basic endpoint from the given service configuration and service instance. -
Uses of ServiceConfiguration in org.kuali.rice.ksb.api.messaging
Methods in org.kuali.rice.ksb.api.messaging that return ServiceConfigurationConstructors in org.kuali.rice.ksb.api.messaging with parameters of type ServiceConfigurationModifierConstructorDescriptionAsynchronousCall(Class<?>[] paramTypes, Object[] arguments, ServiceConfiguration serviceConfiguration, String methodName)