it.amattioli.springate
Class SpringServiceFactory
java.lang.Object
it.amattioli.springate.SpringServiceFactory
- All Implemented Interfaces:
- it.amattioli.applicate.sessions.ServiceFactory, org.springframework.context.ApplicationContextAware
public class SpringServiceFactory
- extends java.lang.Object
- implements it.amattioli.applicate.sessions.ServiceFactory, org.springframework.context.ApplicationContextAware
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringServiceFactory
public SpringServiceFactory()
SpringServiceFactory
public SpringServiceFactory(java.lang.String... springConfig)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
createService
public java.lang.Object createService(java.lang.String serviceName)
- Specified by:
createService in interface it.amattioli.applicate.sessions.ServiceFactory
knowsService
public boolean knowsService(java.lang.String serviceName)
- Specified by:
knowsService in interface it.amattioli.applicate.sessions.ServiceFactory
Copyright © 2011. All Rights Reserved.