it.amattioli.springate
Class SpringServiceFactory

Show UML class diagram
java.lang.Object
  extended by 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


Constructor Summary
SpringServiceFactory()
           
SpringServiceFactory(java.lang.String... springConfig)
           
 
Method Summary
 java.lang.Object createService(java.lang.String serviceName)
           
 boolean knowsService(java.lang.String serviceName)
           
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringServiceFactory

public SpringServiceFactory()

SpringServiceFactory

public SpringServiceFactory(java.lang.String... springConfig)
Method Detail

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.