Module com.sun.xml.bind.core
Package com.sun.istack
istack-commons runtime utilities.
-
Interface Summary Interface Description Builder<T> Pool<T> Pool of reusable objects that are indistinguishable from each other, such as JAXB marshallers. -
Class Summary Class Description ByteArrayDataSource DataSourcebacked by a byte buffer.FinalArrayList<T> ArrayListwith the final keyword.FragmentContentHandler XMLFilterImplthat masks start/end document SAX events.Pool.Impl<T> Default implementation that usesConcurrentLinkedQueueas the data store.XMLStreamReaderToContentHandler This is a simple utility class that adapts StAX events from anXMLStreamReaderto SAX events on aContentHandler, bridging between the two parser technologies. -
Exception Summary Exception Description SAXException2 SAXExceptionthat handles exception chaining correctly.SAXParseException2 SAXParseExceptionthat handles exception chaining correctly.XMLStreamException2 XMLStreamExceptionthat properly handles exception chaining. -
Annotation Types Summary Annotation Type Description Interned Designates that a field, return value, argument, or a variable is supposed to be aninternedstring.NotNull Designates that a field, return value, argument, or a variable is guaranteed to be non-null.Nullable Designates that a field, return value, argument, or a variable may be null.