Uses of Class
org.apache.sis.xml.Pooled
Packages that use Pooled
Package
Description
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of Pooled in org.apache.sis.xml
Subclasses of Pooled in org.apache.sis.xmlModifier and TypeClassDescription(package private) final classWraps aMarshallerin order to have some control on the modifications applied on it.(package private) final classThe template to use forPooledMarshallerandPooledUnmarshallerinitialization.(package private) final classWraps aUnmarshallerin order to have some control on the modifications applied on it.Methods in org.apache.sis.xml with parameters of type PooledModifier and TypeMethodDescription(package private) final voidPooled.initialize(Pooled template) Completes the creation of aPooledMarshallerorPooledUnmarshaller.final voidReleases resources and resets the (un)marshaller to its initial state.Constructors in org.apache.sis.xml with parameters of type PooledModifierConstructorDescription(package private)Creates aPooledMarshallerorPooledUnmarshaller.(package private)PooledMarshaller(Marshaller marshaller, Pooled template) Creates a pooled marshaller wrapping the given one.(package private)PooledUnmarshaller(Unmarshaller unmarshaller, Pooled template) Creates a pooled unmarshaller wrapping the given one.