Uses of Interface
org.kuali.rice.ksb.api.bus.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in org.kuali.rice.ksb.api.bus
Methods in org.kuali.rice.ksb.api.bus that return EndpointModifier and TypeMethodDescriptionServiceDefinition.establishEndpoint()Establishes and returns anEndpointto this service which generates theServiceConfigurationfor this service definition as well as including the actual service implementation as provided byServiceDefinition.getService().ServiceBus.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration) Returns the endpoint matching the given service configuration, if one exists.ServiceBus.getEndpoint(QName serviceName) Returns an available endpoint for the service with the given name.ServiceBus.getEndpoint(QName serviceName, String applicationId) Returns an available endpoint for the service with the given name which is hosted by the application with the given application id.ServiceBus.getLocalEndpoint(QName serviceName) Returns the endpoint for the service with the given name that was published by this service bus client.Methods in org.kuali.rice.ksb.api.bus that return types with arguments of type EndpointModifier and TypeMethodDescriptionServiceBus.getAllEndpoints()Returns an unmodifiable list of all available and online endpoints of which the service bus is aware, including both local and remote endpoints.ServiceBus.getEndpoints(QName serviceName) Returns an unmodifiable list of accessible endpoints that are available to the service bus with the given service name.ServiceBus.getEndpoints(QName serviceName, String applicationId) Returns an unmodifiable list of accessible endpoints that are available to the service bus with the given service name for the given application id.ServiceBus.getLocalEndpoints()Returns an unmodifiable list of all services that have been published by this service bus client.ServiceBus.getRemoteEndpoints(QName serviceName) Returns an unmodifiable list of remotely accessible endpoints that are available in the service registry with the given service name. -
Uses of Endpoint in org.kuali.rice.ksb.api.bus.support
Classes in org.kuali.rice.ksb.api.bus.support that implement EndpointModifier and TypeClassDescriptionfinal classA simple immutable implementation of anEndpointwhich simply wraps aServiceConfigurationand it's associated service implementation.Methods in org.kuali.rice.ksb.api.bus.support that return Endpoint