org.granite.messaging.service
Class ServiceFactory
java.lang.Object
org.granite.messaging.service.ServiceFactory
- Direct Known Subclasses:
- EjbServiceFactory, EjbServiceFactory, SimpleServiceFactory
public abstract class ServiceFactory
- extends Object
- Author:
- Franck WOLFF
ServiceFactory
public ServiceFactory()
getFactoryInstance
public static ServiceFactory getFactoryInstance(RemotingMessage request)
throws ServiceException
- Throws:
ServiceException
configure
public void configure(XMap properties)
throws ServiceException
- Throws:
ServiceException
getServiceInstance
public abstract ServiceInvoker<?> getServiceInstance(RemotingMessage request)
throws ServiceException
- Throws:
ServiceException
getServiceExceptionHandler
public ServiceExceptionHandler getServiceExceptionHandler()
toString
public String toString()
- Overrides:
toString in class Object
toString
public String toString(String append)