JTools

org.jtools.info
Interface InfoPublisherFactory

All Known Implementing Classes:
SimplePublisherFactory

public interface InfoPublisherFactory

Standardized interface to create an InfoPublisher. Implementations are typically provided by the provider of the InfoPublisher implementation.

Author:
Rainer Noack

Method Summary
 InfoPublisher createPublisher(PropertySupport props)
          Creates a new publisher instance.
 

Method Detail

createPublisher

InfoPublisher createPublisher(PropertySupport props)
Creates a new publisher instance.

Parameters:
props - Properties for Publisher configuration.
Returns:
The newly created InfoPublisher.

JTools

© 2000-2006, JTools.org.