Class XmlInputFactoryInjectionProvider

  • All Implemented Interfaces:
    java.util.function.Supplier<javax.xml.stream.XMLInputFactory>

    public class XmlInputFactoryInjectionProvider
    extends AbstractXmlFactory<javax.xml.stream.XMLInputFactory>
    Thread-scoped injection provider of transformer factories.
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlInputFactoryInjectionProvider​(javax.ws.rs.core.Configuration config)
      Create new XML input factory provider.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.stream.XMLInputFactory get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlInputFactoryInjectionProvider

        @Inject
        public XmlInputFactoryInjectionProvider​(javax.ws.rs.core.Configuration config)
        Create new XML input factory provider.
        Parameters:
        config - Jersey configuration properties.
    • Method Detail

      • get

        public javax.xml.stream.XMLInputFactory get()