public abstract class JAXBExportingIterator<T,E> extends AbstractDelegatingExportingIterator<T,E>
| Constructor and Description |
|---|
JAXBExportingIterator(Iterator<E> sourceIterator,
Class<?>... jaxbBoundClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(ExportWriter output)
Exports the current entity using the provided writer.
|
convert, getCurrent, hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNotespublic void export(ExportWriter output) throws XMLStreamException
ExportingIteratorCan throw a runtime exception to denote a failure.
XMLStreamExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.