org.apache.jsieve.util
Class ToSieveHandlerFactory

java.lang.Object
  extended by org.apache.jsieve.util.ToSieveHandlerFactory

public class ToSieveHandlerFactory
extends java.lang.Object

Builds sieve handlers that convert nodes to a Sieve script.

Usage

Handler instances are fully configured when built. Changes to the factory configuration will not effect them.


Constructor Summary
ToSieveHandlerFactory()
           
 
Method Summary
 SieveHandler build(java.io.Writer writer)
          Builds a configured handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToSieveHandlerFactory

public ToSieveHandlerFactory()
Method Detail

build

public SieveHandler build(java.io.Writer writer)
Builds a configured handler.

Returns:
not null
See Also:
NodeToSieveAdapter, NodeTraverser


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.