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 classXMLSerializerReceives XML serialization event and writes toXmlOutput.Methods in com.sun.xml.bind.v2.runtime that return Coordinator Modifier and Type Method Description static CoordinatorCoordinator. _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 classUnmarshallingContextCenter of the unmarshalling.
-