org.openxml.x3p
Interface PublisherTarget


public abstract interface PublisherTarget

Interface that defines a publisher target. Publisher targets are objects that provide a suitable publisher with enough information that it can publish a document or node to that target. Output streams, readers and files are supported by a different mechanism.

A publisher is usually associated with one or more publisher targets. The target object is created and passed to PublisherFactory.createPublisher(PublisherTarget) which returns a suitable publisher. This decoupling enables the publisher and application to be developed independently, as well as for targets to be provided from an external source.

Version:
$Revision: 1.2 $ $Date: 1999/04/12 06:12:44 $
Author:
Assaf Arkin