com.servingxml.components.streamsink.url
Class UrlSinkFactory

java.lang.Object
  extended by com.servingxml.components.streamsink.url.UrlSinkFactory
All Implemented Interfaces:
StreamSinkFactory

public class UrlSinkFactory
extends java.lang.Object
implements StreamSinkFactory


Constructor Summary
UrlSinkFactory(UrlEvaluator urlResolver, java.nio.charset.Charset charset)
           
 
Method Summary
 StreamSink createStreamSink(ServiceContext context, Flow flow)
           
 java.nio.charset.Charset getCharset()
           
 java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlSinkFactory

public UrlSinkFactory(UrlEvaluator urlResolver,
                      java.nio.charset.Charset charset)
Method Detail

getCharset

public java.nio.charset.Charset getCharset()
Specified by:
getCharset in interface StreamSinkFactory

getCharset

public java.nio.charset.Charset getCharset(java.nio.charset.Charset defaultCharset)
Specified by:
getCharset in interface StreamSinkFactory

createStreamSink

public StreamSink createStreamSink(ServiceContext context,
                                   Flow flow)
Specified by:
createStreamSink in interface StreamSinkFactory