public class SpringServiceFactory extends SimpleServiceFactory
| Constructor and Description |
|---|
SpringServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(XMap properties) |
protected ServiceInvoker<?> |
createSpringServiceInvoker(Destination destination,
SpringServiceFactory factory,
Object bean) |
ServiceInvoker<?> |
getServiceInstance(RemotingMessage request) |
String |
toString() |
destinationRemovedgetFactoryInstance, getServiceExceptionHandler, toStringpublic SpringServiceFactory()
public void configure(XMap properties) throws ServiceException
configure in class ServiceFactoryServiceExceptionpublic ServiceInvoker<?> getServiceInstance(RemotingMessage request) throws ServiceException
getServiceInstance in class SimpleServiceFactoryServiceExceptionpublic String toString()
toString in class ServiceFactoryprotected ServiceInvoker<?> createSpringServiceInvoker(Destination destination, SpringServiceFactory factory, Object bean)