org.ehcache.xml.multi.model.ObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache-xml Show documentation
Show all versions of ehcache-xml Show documentation
The module containing all XML parsing logic Ehcache 3
package org.ehcache.xml.multi.model;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.ehcache.xml.multi.model package.
* <p>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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ehcache.xml.multi.model
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Configurations }
*
*/
public Configurations createConfigurations() {
return new Configurations();
}
/**
* Create an instance of {@link Configurations.Configuration }
*
*/
public Configurations.Configuration createConfigurationsConfiguration() {
return new Configurations.Configuration();
}
/**
* Create an instance of {@link Configurations.Configuration.Variant }
*
*/
public Configurations.Configuration.Variant createConfigurationsConfigurationVariant() {
return new Configurations.Configuration.Variant();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy