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 class
Wraps aMarshaller
in order to have some control on the modifications applied on it.(package private) final class
The template to use forPooledMarshaller
andPooledUnmarshaller
initialization.(package private) final class
Wraps aUnmarshaller
in 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 void
Pooled.initialize
(Pooled template) Completes the creation of aPooledMarshaller
orPooledUnmarshaller
.final void
Releases resources and resets the (un)marshaller to its initial state.Constructors in org.apache.sis.xml with parameters of type PooledModifierConstructorDescription(package private)
Creates aPooledMarshaller
orPooledUnmarshaller
.(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.