org.apache.camel.component.stream
Class StreamEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.stream.StreamEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton

public class StreamEndpoint
extends DefaultEndpoint


Constructor Summary
StreamEndpoint(String endpointUri)
           
StreamEndpoint(String endpointUri, Component component)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 long getDelay()
           
 String getEncoding()
           
 String getFileName()
           
 long getInitialPromptDelay()
           
 long getPromptDelay()
           
 String getPromptMessage()
           
 long getScanStreamDelay()
           
 String getUrl()
           
 boolean isScanStream()
           
 boolean isSingleton()
           
 void setDelay(long delay)
           
 void setEncoding(String encoding)
           
 void setFileName(String fileName)
           
 void setInitialPromptDelay(long initialPromptDelay)
           
 void setPromptDelay(long promptDelay)
           
 void setPromptMessage(String promptMessage)
           
 void setScanStream(boolean scanStream)
           
 void setScanStreamDelay(long scanStreamDelay)
           
 void setUrl(String url)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamEndpoint

public StreamEndpoint(String endpointUri,
                      Component component)
               throws Exception
Throws:
Exception

StreamEndpoint

public StreamEndpoint(String endpointUri)
Method Detail

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDelay

public long getDelay()

setDelay

public void setDelay(long delay)

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getPromptMessage

public String getPromptMessage()

setPromptMessage

public void setPromptMessage(String promptMessage)

getPromptDelay

public long getPromptDelay()

setPromptDelay

public void setPromptDelay(long promptDelay)

getInitialPromptDelay

public long getInitialPromptDelay()

setInitialPromptDelay

public void setInitialPromptDelay(long initialPromptDelay)

isScanStream

public boolean isScanStream()

setScanStream

public void setScanStream(boolean scanStream)

getScanStreamDelay

public long getScanStreamDelay()

setScanStreamDelay

public void setScanStreamDelay(long scanStreamDelay)


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.