@Metadata(firstVersion="2.20.0",
label="dataformat,transformation,file",
title="ASN.1 File")
public class ASN1DataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
ASN1DataFormat() |
ASN1DataFormat(Boolean usingIterator) |
ASN1DataFormat(String clazzName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazzName() |
Boolean |
getUsingIterator() |
void |
setClazzName(String clazzName)
Name of class to use when unmarshalling
|
void |
setUsingIterator(Boolean usingIterator)
If the asn1 file has more then one entry, the setting this option to
true, allows to work with the splitter EIP, to split the data using an
iterator in a streaming mode.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic ASN1DataFormat()
public ASN1DataFormat(Boolean usingIterator)
public ASN1DataFormat(String clazzName)
public Boolean getUsingIterator()
public void setUsingIterator(Boolean usingIterator)
public String getClazzName()
public void setClazzName(String clazzName)
Apache Camel