Interface ApplicationContext


  • @ThreadSafe
    public interface ApplicationContext
    Application-scoped service locator.

    Clients obtain references to application services like Registry from the ApplicationContext. A Smooks resource obtains a reference to an ApplicationContext by annotating an ApplicationContext field in the resource class with javax.inject.Inject.