Class XMLEventFactoryProvider
- java.lang.Object
-
- com.yahoo.container.xml.providers.XMLEventFactoryProvider
-
- All Implemented Interfaces:
com.yahoo.component.Deconstructable
,com.yahoo.container.di.componentgraph.Provider<XMLEventFactory>
@Deprecated public class XMLEventFactoryProvider extends Object implements com.yahoo.container.di.componentgraph.Provider<XMLEventFactory>
Deprecated.Do not use!- Author:
- Einar M R Rosenvinge
-
-
Field Summary
Fields Modifier and Type Field Description static String
FACTORY_CLASS
Deprecated.
-
Constructor Summary
Constructors Constructor Description XMLEventFactoryProvider()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
deconstruct()
Deprecated.XMLEventFactory
get()
Deprecated.
-
-
-
Field Detail
-
FACTORY_CLASS
public static final String FACTORY_CLASS
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public XMLEventFactory get()
Deprecated.- Specified by:
get
in interfacecom.yahoo.container.di.componentgraph.Provider<XMLEventFactory>
-
deconstruct
public void deconstruct()
Deprecated.- Specified by:
deconstruct
in interfacecom.yahoo.component.Deconstructable
-
-