Uses of Class
com.sun.xml.bind.v2.runtime.Coordinator
-
Packages that use Coordinator Package Description com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of Coordinator in com.sun.xml.bind.v2.runtime
Subclasses of Coordinator in com.sun.xml.bind.v2.runtime Modifier and Type Class Description class
XMLSerializer
Receives XML serialization event and writes toXmlOutput
.Methods in com.sun.xml.bind.v2.runtime that return Coordinator Modifier and Type Method Description static Coordinator
Coordinator. _getInstance()
-
Uses of Coordinator in com.sun.xml.bind.v2.runtime.unmarshaller
Subclasses of Coordinator in com.sun.xml.bind.v2.runtime.unmarshaller Modifier and Type Class Description class
UnmarshallingContext
Center of the unmarshalling.
-