Uses of Interface
org.bsf.remoting.ServiceFactory

Packages that use ServiceFactory
org.bsf.remoting.http Allows a client to communicate with the server using http calls.  
org.bsf.remoting.rmi   
 

Uses of ServiceFactory in org.bsf.remoting.http
 

Classes in org.bsf.remoting.http that implement ServiceFactory
 class HttpServiceFactory
          This implementation of ServiceFactory makes returns to the client DynamicProxies to encapsulate the client calls in http protocol.
 

Uses of ServiceFactory in org.bsf.remoting.rmi
 

Classes in org.bsf.remoting.rmi that implement ServiceFactory
 class ServiceFactoryImpl