public abstract class ServiceFactory extends Object
| Constructor and Description |
|---|
ServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XMap properties) |
static ServiceFactory |
getFactoryInstance(RemotingMessage request) |
ServiceExceptionHandler |
getServiceExceptionHandler() |
abstract ServiceInvoker<?> |
getServiceInstance(RemotingMessage request) |
String |
toString() |
String |
toString(String append) |
public ServiceFactory()
public static ServiceFactory getFactoryInstance(RemotingMessage request) throws ServiceException
ServiceExceptionpublic void configure(XMap properties) throws ServiceException
ServiceExceptionpublic abstract ServiceInvoker<?> getServiceInstance(RemotingMessage request) throws ServiceException
ServiceExceptionpublic ServiceExceptionHandler getServiceExceptionHandler()