Uses of Enum
org.apache.sis.xml.Implementation
Packages that use Implementation
Package
Description
Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of Implementation in org.apache.sis.xml
Fields in org.apache.sis.xml declared as ImplementationModifier and TypeFieldDescriptionprivate final Implementation
MarshallerPool.implementation
INTERNAL
if the JAXB implementation is the one bundled in the JDK,ENDORSED
if the TAXB implementation is the endorsed JAXB (Glassfish), ornull
if unknown.Methods in org.apache.sis.xml that return ImplementationModifier and TypeMethodDescriptionstatic Implementation
Implementation.detect
(JAXBContext context) Detects if we are using the endorsed JAXB implementation (the one provided in separated JAR files) or the one bundled in JDK.static Implementation
Returns the enum constant of this type with the specified name.static Implementation[]
Implementation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.xml with parameters of type ImplementationModifierConstructorDescription(package private)
PooledTemplate
(Map<String, ?> properties, Implementation implementation) Creates a new template.