Class ASN1DataFormat


  • @Metadata(firstVersion="2.20.0",
              label="dataformat,transformation,file",
              title="ASN.1 File")
    public class ASN1DataFormat
    extends DataFormatDefinition
    Encode and decode data structures using Abstract Syntax Notation One (ASN.1).
    • Constructor Detail

      • ASN1DataFormat

        public ASN1DataFormat()
      • ASN1DataFormat

        public ASN1DataFormat​(Boolean usingIterator)
      • ASN1DataFormat

        public ASN1DataFormat​(String clazzName)
    • Method Detail

      • getUsingIterator

        public String getUsingIterator()
      • setUsingIterator

        public void setUsingIterator​(String 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.
      • getClazzName

        public String getClazzName()
      • setClazzName

        public void setClazzName​(String clazzName)
        Name of class to use when unmarshalling