Class AbstractXmlFactory<T>
- java.lang.Object
-
- org.glassfish.jersey.jaxb.internal.AbstractXmlFactory<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>
- Direct Known Subclasses:
DocumentBuilderFactoryInjectionProvider,SaxParserFactoryInjectionProvider,TransformerFactoryInjectionProvider,XmlInputFactoryInjectionProvider
abstract class AbstractXmlFactory<T> extends java.lang.Object implements java.util.function.Supplier<T>Gathers common functionality forSupplierinstances handling XML data.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.ws.rs.core.Configurationconfig
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractXmlFactory(javax.ws.rs.core.Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisXmlSecurityDisabled()Determines whether the "jersey.config.xml.security.disable" property is disabled for this factory.
-
-
-
Method Detail
-
isXmlSecurityDisabled
boolean isXmlSecurityDisabled()
Determines whether the "jersey.config.xml.security.disable" property is disabled for this factory.- Returns:
trueif the xml security is disabled for this factory,falseotherwise.
-
-