org.springframework.jee.interfaces
Class SpringComponentFactory

java.lang.Object
  extended by org.springframework.jee.interfaces.SpringComponentFactory
All Implemented Interfaces:
ComponentFactory

public class SpringComponentFactory
extends Object
implements ComponentFactory

Default implementation of ComponentFactory for Spring framework. This class is not used, it is only serve as a marker to enable server to use included Spring for the Spring as container extension model.

Since:
10.0
Author:
Safin Li, Michael Chen

Constructor Summary
SpringComponentFactory()
           
 
Method Summary
 Object newInstance(Class cls)
          The method only serve as a marker, it is not used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringComponentFactory

public SpringComponentFactory()
Method Detail

newInstance

public Object newInstance(Class cls)
The method only serve as a marker, it is not used.

Specified by:
newInstance in interface ComponentFactory


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.