com.servingxml.components.streamsource.url
Class UrlSourceFactory

java.lang.Object
  extended by com.servingxml.components.streamsource.url.UrlSourceFactory
All Implemented Interfaces:
StreamSourceFactory

public class UrlSourceFactory
extends java.lang.Object
implements StreamSourceFactory

The UrlSourceFactory implements a class that does parameter substitution in strings.


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

Constructor Detail

UrlSourceFactory

public UrlSourceFactory(UrlEvaluator urlResolver)

UrlSourceFactory

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

createStreamSource

public StreamSource createStreamSource(ServiceContext context,
                                       Flow flow)
Specified by:
createStreamSource in interface StreamSourceFactory