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 MarshallerPool
StaxDataStoreProvider.jaxb
Pool of JAXB marshallers shared by all data stores created by this provider.private MarshallerPool
StaxStreamIO.jaxb
The (un)marshaller pool, fetched when first needed.Methods in org.apache.sis.internal.storage.xml.stream that return MarshallerPoolModifier and TypeMethodDescription(package private) final MarshallerPool
StaxDataStoreProvider.getMarshallerPool()
Returns the (un)marshaller pool, creating it when first needed.(package private) final MarshallerPool
StaxStreamIO.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 MarshallerPool
XML.POOL
The pool of marshallers and unmarshallers used by this class.Methods in org.apache.sis.xml that return MarshallerPoolModifier and TypeMethodDescriptionprivate static MarshallerPool
XML.getPool()
Returns the default (un)marshaller pool used by all methods in this class.