org.rhq.enterprise.server.sync.exporters
Class JAXBExportingIterator<T,E>
java.lang.Object
org.rhq.enterprise.server.sync.exporters.AbstractDelegatingExportingIterator<T,E>
org.rhq.enterprise.server.sync.exporters.JAXBExportingIterator<T,E>
- All Implemented Interfaces:
- Iterator<T>, ExportingIterator<T>
public abstract class JAXBExportingIterator<T,E>
- extends AbstractDelegatingExportingIterator<T,E>
- Author:
- Lukas Krejci
|
Method Summary |
void |
export(ExportWriter output)
Exports the current entity using the provided writer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXBExportingIterator
public JAXBExportingIterator(Iterator<E> sourceIterator,
Class<?>... jaxbBoundClasses)
export
public void export(ExportWriter output)
throws XMLStreamException
- Description copied from interface:
ExportingIterator
- Exports the current entity using the provided writer.
Can throw a runtime exception to denote a failure.
- Throws:
XMLStreamException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.