Class PipelineSink

java.lang.Object
org.apache.maven.doxia.sink.impl.PipelineSink
All Implemented Interfaces:
InvocationHandler

@Deprecated public class PipelineSink extends Object implements InvocationHandler
Deprecated.
Use the SinkWrapper approach which doesn't require the use of dynamic proxies.
May be used to invoke the same method on a List of Sinks.
Author:
Trygve Laugstøl
See Also: