public abstract class ServiceFactory
extends java.lang.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) |
java.lang.String |
toString() |
java.lang.String |
toString(java.lang.String append) |
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()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.String append)