Package org.softamis.cluster4spring.support

Interface Summary
EndpointFactory<E extends Endpoint<SI>,SI extends ServiceMoniker> Factory that is used to create service endpoints.
EndpointProvider<E extends Endpoint<SI>,SI extends ServiceMoniker> Provides endpoints for remote service.
EndpointSelectionPolicy<E extends Endpoint<SI>,SI extends ServiceMoniker> Policy that performs selection of endpoint for invocation from the given list of available endpoints.
 

Class Summary
AdvicesListProvidingUtils Utility class used to collect advices with given names from bean factory.
ClientRemoteInvocationTraceInterceptor Utility interceptor that allows to intercept and log remote calls on client side.
Endpoint<SI extends Serializable> Abstract class that encapsulates low-level logic of calling underlying remote service.
RemoteClientInterceptor<E extends Endpoint<SI>,SI extends ServiceMoniker> Interceptor for accessing remote services.
RemoteInvocationBasedAccessor Base class for remote service accessors that are based on serialization of RemoteInvocation objects.
ServerRemoteInvocationTraceInterceptor AOP Alliance MethodInterceptor for tracing remote invocations.
ServiceMoniker Class contains information about location of single service.