Class ObjectFactory
java.lang.Object
nablarch.core.repository.di.config.xml.schema.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the nablarch.core.repository.di.config.xml.schema package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: nablarch.core.repository.di.config.xml.schema -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofComponent
Create an instance ofComponentConfiguration
Create an instance ofComponentRef
Create an instance ofConfigFile
Create an instance ofEntry
Create an instance ofImport
Create an instance ofList
Create an instance ofMap
Create an instance ofProperty
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: nablarch.core.repository.di.config.xml.schema
-
-
Method Details
-
createList
Create an instance ofList
-
createImport
Create an instance ofImport
-
createComponentConfiguration
Create an instance ofComponentConfiguration
-
createConfigFile
Create an instance ofConfigFile
-
createComponentRef
Create an instance ofComponentRef
-
createMap
Create an instance ofMap
-
createComponent
Create an instance ofComponent
-
createProperty
Create an instance ofProperty
-
createEntry
Create an instance ofEntry
-