Package com.yahoo.application.container


@ExportPackage @PublicApi package com.yahoo.application.container
API for interacting with a locally instantiated jDisc container.
  • Classes
    Class
    Description
    Utility for working with a LocalDocumentAccess for unit testing components which require a DocumentAccess.
    For doing document processing with JDisc.
    A JDisc Container configured from XML.
     
    ProcessingBase<REQUEST extends com.yahoo.processing.Request,RESPONSE extends com.yahoo.processing.Response,PROCESSOR extends com.yahoo.processing.Processor>