org.bsf.remoting
Interface ServiceFactory

All Known Implementing Classes:
HttpServiceFactory, ServiceFactoryImpl

public interface ServiceFactory

Creates EJB Services based on their definition. The implementations differs with the undelying protocol.

See Also:
HttpServiceFactory, ServiceFactoryImpl

Method Summary
 java.lang.Object getService(EJBDefinition service)
          Retrieves a ref on a service
 

Method Detail

getService

public java.lang.Object getService(EJBDefinition service)
Retrieves a ref on a service

Parameters:
service -
Returns:
The reference on the service