org.apache.camel.component.stream
Class StreamEndpoint
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.stream.StreamEndpoint
- All Implemented Interfaces:
- org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasId
public class StreamEndpoint
- extends org.apache.camel.impl.DefaultEndpoint
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from interface org.apache.camel.Service |
start, stop |
StreamEndpoint
public StreamEndpoint(String endpointUri,
org.apache.camel.Component component)
throws Exception
- Throws:
Exception
StreamEndpoint
public StreamEndpoint(String endpointUri)
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
createProducer
public org.apache.camel.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)
isRetry
public boolean isRetry()
setRetry
public void setRetry(boolean retry)
getScanStreamDelay
public long getScanStreamDelay()
setScanStreamDelay
public void setScanStreamDelay(long scanStreamDelay)
getGroupLines
public int getGroupLines()
setGroupLines
public void setGroupLines(int groupLines)
Apache CAMEL