public class DelimitedEndpoint extends FixedLengthEndpoint
definition| Constructor and Description |
|---|
DelimitedEndpoint() |
DelimitedEndpoint(String endpointUri,
org.apache.camel.Component component,
String resourceUri) |
| Modifier and Type | Method and Description |
|---|---|
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) |
createConsumer, createParser, createProducer, getDefinition, getLoadBalancer, getParserFactory, isAllowShortLines, isIgnoreExtraColumns, isSingleton, isSplitRows, processDataSet, setAllowShortLines, setIgnoreExtraColumns, setLoadBalancer, setParserFactory, setSplitRowsconfigurePollingConsumer, configureProperties, configureScheduledPollConsumerPropertiesconfigureConsumer, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, doStart, doStop, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setCamelContext, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setProperties, setSynchronous, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic net.sf.flatpack.Parser createParser(org.apache.camel.Exchange exchange)
throws org.apache.camel.InvalidPayloadException,
IOException
createParser in class FixedLengthEndpointorg.apache.camel.InvalidPayloadExceptionIOExceptionpublic char getDelimiter()
public void setDelimiter(char delimiter)
public boolean isIgnoreFirstRecord()
public void setIgnoreFirstRecord(boolean ignoreFirstRecord)
public char getTextQualifier()
public void setTextQualifier(char textQualifier)
Apache Camel