Tuscany Core

org.apache.tuscany.core.builder
Interface ContextResolver

All Known Implementing Classes:
SystemContextFactory, SystemEntryPointContextFactory, SystemExternalServiceContextFactory

public interface ContextResolver

Implementations are responsible for resolving the current composite context

Version:
$Rev$ $Date$

Method Summary
 CompositeContext getCurrentContext()
          Returns the current composite context
 

Method Detail

getCurrentContext

CompositeContext getCurrentContext()
Returns the current composite context


Tuscany Core

-