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 voidclose()booleanhasNext()org.apache.camel.Messagenext()voidremove()-
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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-