|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.impl.DefaultPollingEndpoint
org.apache.camel.component.flatpack.FixedLengthEndpoint
org.apache.camel.component.flatpack.DelimitedEndpoint
public class DelimitedEndpoint
| Constructor Summary | |
|---|---|
DelimitedEndpoint(String uri,
org.springframework.core.io.Resource resource)
|
|
| Method Summary | |
|---|---|
net.sf.flatpack.Parser |
createParser(org.apache.camel.Exchange exchange)
|
char |
getDelimiter()
|
char |
getTextQualifier()
|
boolean |
isIgnoreFirstRecord()
|
void |
setDelimiter(char delimiter)
|
void |
setIgnoreFirstRecord(boolean ignoreFirstRecord)
|
void |
setTextQualifier(char textQualifier)
|
| Methods inherited from class org.apache.camel.component.flatpack.FixedLengthEndpoint |
|---|
createConsumer, createExchange, createParser, createProducer, getLoadBalancer, getParserFactory, getResource, isSingleton, isSplitRows, processDataSet, setLoadBalancer, setParserFactory, setSplitRows |
| Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint |
|---|
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties |
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getId, hashCode, isLenientProperties, isSynchronous, sanitizeUri, 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 class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public DelimitedEndpoint(String uri,
org.springframework.core.io.Resource resource)
| Method Detail |
|---|
public net.sf.flatpack.Parser createParser(org.apache.camel.Exchange exchange)
throws org.apache.camel.InvalidPayloadException,
IOException
createParser in class FixedLengthEndpointorg.apache.camel.InvalidPayloadException
IOExceptionpublic char getDelimiter()
public void setDelimiter(char delimiter)
public boolean isIgnoreFirstRecord()
public void setIgnoreFirstRecord(boolean ignoreFirstRecord)
public char getTextQualifier()
public void setTextQualifier(char textQualifier)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||