001 002package org.avaje.ebean.ignite.config; 003 004import javax.xml.bind.annotation.XmlRegistry; 005 006 007/** 008 * This object contains factory methods for each 009 * Java content interface and Java element interface 010 * generated in the org.avaje.ebean.ignite.config package. 011 * <p>An ObjectFactory allows you to programatically 012 * construct new instances of the Java representation 013 * for XML content. The Java representation of XML 014 * content can consist of schema derived interfaces 015 * and classes representing the binding of schema 016 * type definitions, element declarations and model 017 * groups. Factory methods for each of these are 018 * provided in this class. 019 * 020 */ 021@XmlRegistry 022public class ObjectFactory { 023 024 025 /** 026 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.avaje.ebean.ignite.config 027 * 028 */ 029 public ObjectFactory() { 030 } 031 032 /** 033 * Create an instance of {@link L2Configuration } 034 * 035 */ 036 public L2Configuration createL2Configuration() { 037 return new L2Configuration(); 038 } 039 040 /** 041 * Create an instance of {@link L2CacheConfig } 042 * 043 */ 044 public L2CacheConfig createL2CacheConfig() { 045 return new L2CacheConfig(); 046 } 047 048 /** 049 * Create an instance of {@link L2Apply } 050 * 051 */ 052 public L2Apply createL2Apply() { 053 return new L2Apply(); 054 } 055 056 /** 057 * Create an instance of {@link L2CacheMatch } 058 * 059 */ 060 public L2CacheMatch createL2CacheMatch() { 061 return new L2CacheMatch(); 062 } 063 064}