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.Application  
ExternalContext.Application.ApplicationListener  
ExternalContext.Request  
ExternalContext.RequestDispatcher  
ExternalContext.Response  
ExternalContext.Session  
ExternalContext.Session.SessionListener  
PipelineContext.ContextListener ContextListener interface to listen on PipelineContext events.
PipelineContext.Trace  
PipelineEngine Main pipeline engine interface.
TransformerXMLReceiver  
WebAppExternalContext WebAppExternalContext abstracts context information so that compile-time dependencies on the Servlet API or Portlet API can be removed.
XMLReceiver Represents the stream of XML events relevant within an XML pipeline.
 

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 facilitate implementations of the ContextListener interface.
PipelineEngineFactory Factory for the PipelineEngine interface.
ProcessorDefinition ProcessorDefinition encapsulate a processor name and its associated inputs.
TraceEntry