Uses of Interface
org.fusesource.restygwt.client.callback.CallbackFactory

Packages that use CallbackFactory
org.fusesource.restygwt.client.callback   
org.fusesource.restygwt.client.dispatcher   
 

Uses of CallbackFactory in org.fusesource.restygwt.client.callback
 

Classes in org.fusesource.restygwt.client.callback that implement CallbackFactory
 class DefaultCallbackFactory
          default callback factory with a given set of callback filters which gets added to a new callback after creating it.
 class NonFilteringCallbackFactory
          just returns a new callback from builder from given method.
 class RetryingCallbackFactory
           
 

Uses of CallbackFactory in org.fusesource.restygwt.client.dispatcher
 

Constructors in org.fusesource.restygwt.client.dispatcher with parameters of type CallbackFactory
CachingDispatcherFilter(QueueableCacheStorage cacheStorage, CallbackFactory cf)
          the one and only constructor
DefaultDispatcherFilter(CallbackFactory cf)
          the one and only constructor
RestfulCachingDispatcherFilter(QueueableCacheStorage cacheStorage, CallbackFactory cf)
           
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.