Package org.apache.camel.dataformat.asn1
Class ASN1MessageIterator
- java.lang.Object
-
- org.apache.camel.dataformat.asn1.ASN1MessageIterator
-
-
Constructor Summary
Constructors Constructor Description ASN1MessageIterator(org.apache.camel.Exchange exchange, InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
org.apache.camel.Message
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ASN1MessageIterator
public ASN1MessageIterator(org.apache.camel.Exchange exchange, InputStream inputStream)
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public org.apache.camel.Message next()
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
-