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 forSupplier
instances handling XML data.
-
-
Field Summary
Fields Modifier and Type Field Description private javax.ws.rs.core.Configuration
config
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractXmlFactory(javax.ws.rs.core.Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isXmlSecurityDisabled()
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:
true
if the xml security is disabled for this factory,false
otherwise.
-
-