Package org.orbeon.oxf.pipeline.api

Interface Summary
ExternalContext ExternalContext abstracts context, request and response information so that compile-time dependencies on the Servlet API or Portlet API can be removed.
ExternalContext.Request  
ExternalContext.RequestDispatcher  
ExternalContext.Response  
ExternalContext.Session  
PipelineContext.ContextListener ContextListener interface to listen on PipelineContext events.
PipelineEngine Main pipeline engine interface.
WebAppExternalContext WebAppExternalContext abstracts context information so that compile-time dependencies on the Servlet API or Portlet API can be removed.
 

Class Summary
PipelineContext PipelineContext represents a context object passed to all the processors running in a given pipeline session.
PipelineContext.ContextListenerAdapter ContextListener adapter class to faciliate implementations of the ContextListener interface.
PipelineEngineFactory Factory for the PipelineEngine interface.
ProcessorDefinition ProcessorDefinition encapsulate a processor name and its associated inputs.