Class XMLInputFactoryProvider

  • All Implemented Interfaces:
    com.yahoo.container.di.componentgraph.Provider<javax.xml.stream.XMLInputFactory>

    @Deprecated
    public class XMLInputFactoryProvider
    extends java.lang.Object
    implements com.yahoo.container.di.componentgraph.Provider<javax.xml.stream.XMLInputFactory>
    Deprecated.
    Do not use!
    Author:
    Einar M R Rosenvinge
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String FACTORY_CLASS
      Deprecated.
       
    • Method Summary

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

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

      • FACTORY_CLASS

        public static final java.lang.String FACTORY_CLASS
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XMLInputFactoryProvider

        public XMLInputFactoryProvider()
        Deprecated.
    • Method Detail

      • get

        public javax.xml.stream.XMLInputFactory get()
        Deprecated.
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<javax.xml.stream.XMLInputFactory>
      • deconstruct

        public void deconstruct()
        Deprecated.
        Specified by:
        deconstruct in interface com.yahoo.container.di.componentgraph.Provider<javax.xml.stream.XMLInputFactory>