Uses of Class
org.apache.camel.model.dataformat.ASN1DataFormat.Builder
Packages that use ASN1DataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ASN1DataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return ASN1DataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.asn1()Uses the ASN.1 file data format -
Uses of ASN1DataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ASN1DataFormat.BuilderModifier and TypeMethodDescriptionASN1DataFormat.Builder.unmarshalType(Class<?> unmarshalType) Class to use when unmarshalling.ASN1DataFormat.Builder.unmarshalTypeName(String unmarshalTypeName) Class to use when unmarshalling.ASN1DataFormat.Builder.usingIterator(boolean usingIterator) If the asn1 file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.ASN1DataFormat.Builder.usingIterator(String usingIterator) If the asn1 file has more than one entry, the setting this option to true, allows working with the splitter EIP, to split the data using an iterator in a streaming mode.