org.apache.tuscany.sca.core.scope
Class RequestScopeContainerFactory

java.lang.Object
  extended by org.apache.tuscany.sca.core.scope.RequestScopeContainerFactory
All Implemented Interfaces:
ScopeContainerFactory

public class RequestScopeContainerFactory
extends java.lang.Object
implements ScopeContainerFactory


Constructor Summary
RequestScopeContainerFactory()
           
 
Method Summary
 ScopeContainer createScopeContainer(RuntimeComponent component)
           
 Scope getScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestScopeContainerFactory

public RequestScopeContainerFactory()
Method Detail

createScopeContainer

public ScopeContainer createScopeContainer(RuntimeComponent component)
Specified by:
createScopeContainer in interface ScopeContainerFactory

getScope

public Scope getScope()
Specified by:
getScope in interface ScopeContainerFactory