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

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

public class HttpSessionScopeContainerFactory
extends java.lang.Object
implements ScopeContainerFactory


Constructor Summary
HttpSessionScopeContainerFactory()
           
 
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

HttpSessionScopeContainerFactory

public HttpSessionScopeContainerFactory()
Method Detail

createScopeContainer

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

getScope

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