Uses of Class
org.glassfish.jaxb.runtime.v2.runtime.Coordinator
-
Packages that use Coordinator Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of Coordinator in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of Coordinator in org.glassfish.jaxb.runtime.v2.runtime Modifier and Type Class Description classXMLSerializerReceives XML serialization event and writes toXmlOutput.Methods in org.glassfish.jaxb.runtime.v2.runtime that return Coordinator Modifier and Type Method Description static CoordinatorCoordinator. _getInstance() -
Uses of Coordinator in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Subclasses of Coordinator in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller Modifier and Type Class Description classUnmarshallingContextCenter of the unmarshalling.
-