Uses of Class
org.apache.sis.xml.MarshallerPool
Packages that use MarshallerPool
Package
Description
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of MarshallerPool in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as MarshallerPoolModifier and TypeFieldDescriptionprivate MarshallerPoolStaxDataStoreProvider.jaxbPool of JAXB marshallers shared by all data stores created by this provider.private MarshallerPoolStaxStreamIO.jaxbThe (un)marshaller pool, fetched when first needed.Methods in org.apache.sis.internal.storage.xml.stream that return MarshallerPoolModifier and TypeMethodDescription(package private) final MarshallerPoolStaxDataStoreProvider.getMarshallerPool()Returns the (un)marshaller pool, creating it when first needed.(package private) final MarshallerPoolStaxStreamIO.getMarshallerPool()Returns the shared marshaller pool. -
Uses of MarshallerPool in org.apache.sis.xml
Fields in org.apache.sis.xml declared as MarshallerPoolModifier and TypeFieldDescriptionprivate static MarshallerPoolXML.POOLThe pool of marshallers and unmarshallers used by this class.Methods in org.apache.sis.xml that return MarshallerPoolModifier and TypeMethodDescriptionprivate static MarshallerPoolXML.getPool()Returns the default (un)marshaller pool used by all methods in this class.