|
Class Summary |
| AbstractProducer |
This abstract class implements the Producer interface and provides
utitity methods to convert the generated streams into DOM tress
that are used inside the processor pipeline. |
| ProducerFactory |
This class implements the production router by identifying a producer
associated to the requested XML resource. |
| ProducerFromFile |
This class implements the producer interface in order to produce a document
based on its tranlated path. |
| ProducerFromRequest |
This class implements the producer interface to produce a document
based on stringdata that is stored in the HttpServletRequest. |