Uses of Interface
org.kuali.rice.ksb.api.bus.Endpoint

Packages that use Endpoint
org.kuali.rice.ksb.api.bus   
org.kuali.rice.ksb.api.bus.support Copyright 2005-2012 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.impl.bus   
org.kuali.rice.ksb.messaging   
org.kuali.rice.ksb.messaging.serviceproxies   
 

Uses of Endpoint in org.kuali.rice.ksb.api.bus
 

Methods in org.kuali.rice.ksb.api.bus that return Endpoint
 Endpoint ServiceDefinition.establishEndpoint()
          Establishes and returns an Endpoint to this service which generates the ServiceConfiguration for this service definition as well as including the actual service implementation as provided by ServiceDefinition.getService().
 Endpoint ServiceBus.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration)
          Returns the endpoint matching the given service configuration, if one exists.
 Endpoint ServiceBus.getEndpoint(QName serviceName)
          Returns an available endpoint for the service with the given name.
 Endpoint 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.
 Endpoint 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 Endpoint
 List<Endpoint> ServiceBus.getAllEndpoints()
          Returns an unmodifiable list of all available and online endpoints of which the service bus is aware, including both local and remote endpoints.
 List<Endpoint> ServiceBus.getEndpoints(QName serviceName)
          Returns an unmodifiable list of accessible endpoints that are available to the service bus with the given service name.
 Map<QName,Endpoint> ServiceBus.getLocalEndpoints()
          Returns an unmodifiable list of all services that have been published by this service bus client.
 List<Endpoint> 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 Endpoint
 class BasicEndpoint
          A simple immutable implementation of an Endpoint which simply wraps a ServiceConfiguration and it's associated service implementation.
 

Methods in org.kuali.rice.ksb.api.bus.support that return Endpoint
 Endpoint AbstractServiceDefinition.establishEndpoint()
           
 

Uses of Endpoint in org.kuali.rice.ksb.impl.bus
 

Classes in org.kuali.rice.ksb.impl.bus that implement Endpoint
 class LazyEndpoint
           
 

Methods in org.kuali.rice.ksb.impl.bus that return Endpoint
 Endpoint ServiceBusImpl.getConfiguredEndpoint(ServiceConfiguration serviceConfiguration)
           
 Endpoint LocalService.getEndpoint()
           
 Endpoint RemoteService.getEndpoint()
           
 Endpoint ServiceBusImpl.getEndpoint(QName serviceName)
           
 Endpoint ServiceBusImpl.getEndpoint(QName serviceName, String applicationId)
           
 Endpoint ServiceBusImpl.getLocalEndpoint(QName serviceName)
           
 

Methods in org.kuali.rice.ksb.impl.bus that return types with arguments of type Endpoint
 List<Endpoint> ServiceBusImpl.getAllEndpoints()
           
 List<Endpoint> ServiceBusImpl.getEndpoints(QName serviceName)
           
 Map<QName,Endpoint> ServiceBusImpl.getLocalEndpoints()
           
 List<Endpoint> ServiceBusImpl.getRemoteEndpoints(QName serviceName)
           
 

Uses of Endpoint in org.kuali.rice.ksb.messaging
 

Method parameters in org.kuali.rice.ksb.messaging with type arguments of type Endpoint
static
<T> T
MessageHelperImpl.createProxy(boolean sync, List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
static
<T> T
MessageHelperImpl.createProxyDelayed(boolean sync, List<Endpoint> endpoints, Serializable context, String value1, String value2, long delayMilliseconds)
           
 

Uses of Endpoint in org.kuali.rice.ksb.messaging.serviceproxies
 

Method parameters in org.kuali.rice.ksb.messaging.serviceproxies with type arguments of type Endpoint
static Object SynchronousServiceCallProxy.createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
static Object AsynchronousServiceCallProxy.createInstance(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
static Object DelayedAsynchronousServiceCallProxy.createInstance(List<Endpoint> endpoints, Serializable context, String value1, String value2, long delayMilliseconds)
           
 

Constructor parameters in org.kuali.rice.ksb.messaging.serviceproxies with type arguments of type Endpoint
AsynchronousServiceCallProxy(List<Endpoint> endpoints, AsynchronousCallback callback, Serializable context, String value1, String value2)
           
DelayedAsynchronousServiceCallProxy(List<Endpoint> endpoints, Serializable context, String value1, String value2, long delayMilliseconds)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.