Package org.clazzes.remoting.beans

Interface Summary
BeanCallAuthManager An implementation of this interface manages the authentication of remote calls.
CallbackWrapper A facility, which wraps a client-side object with a callback invocation handler.
ReturnCallbackHandler A handler for calls to callback proxies returned by the server to the client.
ReturnCallbackProxyFactory Instances of this interface create proxies for return values of server calls.
SessionAuthenticator Implementations of this interface are responsible for creating authentication credentials for recognition of a corresponding BeanCallAuthManager on the server.
SessionCmd A command transmitted upon opening and closing a session.
SessionManager An implementation of this class maintains a server-side hibernate session, which are associated to client session IDs.
 

Class Summary
BeanCallbackWrapper This ServerInvocationHandler delegates remote callbacks to a bean by intelligently discovering the service interface.
BeanImporter Imports a service exported by BeanInvocationHandler via remoting.
BeanInvocationHandler This ServerInvocationHandler delegates remote calls to a bean by intelligently discovering the service interface.
ClientHolder This interface is implemented by thread-bound session contexts, which bind a resource to a specific client.
OpenClientContextInViewFilter Servlet 2.4 Filter that binds a remote Session to the thread for the entire processing of the request.
OpenClientSessionInterceptor This interceptor bind a remote session and a client to the current thread upon the end of a method invocation.
ReturnCallbackImporter Creates import proxies exported by ReturnCallbackInvocationHandler via remoting.
ReturnCallbackInvocationHandler This ServerInvocationHandler delegates jboss remote calls to a spring bean by intelligently discovering the service interface.
SessionContextInvocationHandler An invocation handler, which manages the hibernate session attached to the current thread.
SpringBeanImporter This class adapt our BeanImporter implementation to spring's FactoryBean interface.
 



Copyright © 2010. All Rights Reserved.