Package org.globus.ws.enumeration

Interface Summary
EnumIterator An iterator over a sequence of XML elements.
 

Class Summary
ClientEnumeration Provides basic client-side API for managing enumeration lifetime and retrieving enumeration data.
ClientEnumIterator Provides simple-to-use, client-side API for enumerating over data using the WS-Enumeration operations.
EnumExpiration Represents the expiration time of an enumeration context.
EnumProvider WS-Enumeration operation provider.
EnumResource Represents a persistent enumeration context.
EnumResourceHome Resource home for enumerations.
IndexedObjectFileEnumIterator A memory efficient implementation of the EnumIterator interface that can enumerate over data stored in an indexed object file created by IndexedObjectFileWriter.
IterationConstraints Represents the iteration constraints that can be specified on the pull operation of WS-Enumeration.
IterationResult Represents the iteration results returned by the pull operation of WS-Enumeration.
SimpleEnumIterator A basic EnumIterator implementation that can enumerate over in-memory data passed either as an array of objects or a list (List).
TransientEnumResource Represents a transient enumeration context (a context that only exists while the container is running).
VisibilityProperties Represents visibility properties.
 

Exception Summary
ConversionException This is an exception raised by the ClientEnumIterator.convert() operation when the data conversion has failed.
TimeoutException This is an exception raised by the EnumIterator.next() operation when the enumeration data was not collected within the time specified.