org.ehcache.config.xml.model
Class ObjectFactory

java.lang.Object
  extended by org.ehcache.config.xml.model.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.ehcache.config.xml.model 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ehcache.config.xml.model
 
Method Summary
 CacheEntryType createCacheEntryType()
          Create an instance of CacheEntryType
 CacheIntegrationType createCacheIntegrationType()
          Create an instance of CacheIntegrationType
 CacheIntegrationType.LoaderWriter createCacheIntegrationTypeLoaderWriter()
          Create an instance of CacheIntegrationType.LoaderWriter
 CacheIntegrationType.WriteBehind createCacheIntegrationTypeWriteBehind()
          Create an instance of CacheIntegrationType.WriteBehind
 CacheIntegrationType.WriteBehind.Batching createCacheIntegrationTypeWriteBehindBatching()
          Create an instance of CacheIntegrationType.WriteBehind.Batching
 CacheTemplateType createCacheTemplateType()
          Create an instance of CacheTemplateType
 CacheType createCacheType()
          Create an instance of CacheType
 javax.xml.bind.JAXBElement<ConfigType> createConfig(ConfigType value)
          Create an instance of JAXBElement<ConfigType>}
 ConfigType createConfigType()
          Create an instance of ConfigType
 CopierType createCopierType()
          Create an instance of CopierType
 CopierType.Copier createCopierTypeCopier()
          Create an instance of CopierType.Copier
 DiskStoreSettingsType createDiskStoreSettingsType()
          Create an instance of DiskStoreSettingsType
 ExpiryType createExpiryType()
          Create an instance of ExpiryType
 ExpiryType.None createExpiryTypeNone()
          Create an instance of ExpiryType.None
 ListenersType createListenersType()
          Create an instance of ListenersType
 ListenersType.Listener createListenersTypeListener()
          Create an instance of ListenersType.Listener
 PersistableResourceType createPersistableResourceType()
          Create an instance of PersistableResourceType
 PersistenceType createPersistenceType()
          Create an instance of PersistenceType
 ResourcesType createResourcesType()
          Create an instance of ResourcesType
 ResourceType createResourceType()
          Create an instance of ResourceType
 SerializerType createSerializerType()
          Create an instance of SerializerType
 SerializerType.Serializer createSerializerTypeSerializer()
          Create an instance of SerializerType.Serializer
 ServiceType createServiceType()
          Create an instance of ServiceType
 ThreadPoolReferenceType createThreadPoolReferenceType()
          Create an instance of ThreadPoolReferenceType
 ThreadPoolsType createThreadPoolsType()
          Create an instance of ThreadPoolsType
 ThreadPoolsType.ThreadPool createThreadPoolsTypeThreadPool()
          Create an instance of ThreadPoolsType.ThreadPool
 TimeType createTimeType()
          Create an instance of TimeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ehcache.config.xml.model

Method Detail

createCacheIntegrationType

public CacheIntegrationType createCacheIntegrationType()
Create an instance of CacheIntegrationType


createCacheIntegrationTypeWriteBehind

public CacheIntegrationType.WriteBehind createCacheIntegrationTypeWriteBehind()
Create an instance of CacheIntegrationType.WriteBehind


createSerializerType

public SerializerType createSerializerType()
Create an instance of SerializerType


createCopierType

public CopierType createCopierType()
Create an instance of CopierType


createThreadPoolsType

public ThreadPoolsType createThreadPoolsType()
Create an instance of ThreadPoolsType


createListenersType

public ListenersType createListenersType()
Create an instance of ListenersType


createExpiryType

public ExpiryType createExpiryType()
Create an instance of ExpiryType


createConfigType

public ConfigType createConfigType()
Create an instance of ConfigType


createServiceType

public ServiceType createServiceType()
Create an instance of ServiceType


createThreadPoolReferenceType

public ThreadPoolReferenceType createThreadPoolReferenceType()
Create an instance of ThreadPoolReferenceType


createTimeType

public TimeType createTimeType()
Create an instance of TimeType


createCacheType

public CacheType createCacheType()
Create an instance of CacheType


createDiskStoreSettingsType

public DiskStoreSettingsType createDiskStoreSettingsType()
Create an instance of DiskStoreSettingsType


createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createResourcesType

public ResourcesType createResourcesType()
Create an instance of ResourcesType


createPersistenceType

public PersistenceType createPersistenceType()
Create an instance of PersistenceType


createPersistableResourceType

public PersistableResourceType createPersistableResourceType()
Create an instance of PersistableResourceType


createCacheEntryType

public CacheEntryType createCacheEntryType()
Create an instance of CacheEntryType


createCacheTemplateType

public CacheTemplateType createCacheTemplateType()
Create an instance of CacheTemplateType


createCacheIntegrationTypeLoaderWriter

public CacheIntegrationType.LoaderWriter createCacheIntegrationTypeLoaderWriter()
Create an instance of CacheIntegrationType.LoaderWriter


createCacheIntegrationTypeWriteBehindBatching

public CacheIntegrationType.WriteBehind.Batching createCacheIntegrationTypeWriteBehindBatching()
Create an instance of CacheIntegrationType.WriteBehind.Batching


createSerializerTypeSerializer

public SerializerType.Serializer createSerializerTypeSerializer()
Create an instance of SerializerType.Serializer


createCopierTypeCopier

public CopierType.Copier createCopierTypeCopier()
Create an instance of CopierType.Copier


createThreadPoolsTypeThreadPool

public ThreadPoolsType.ThreadPool createThreadPoolsTypeThreadPool()
Create an instance of ThreadPoolsType.ThreadPool


createListenersTypeListener

public ListenersType.Listener createListenersTypeListener()
Create an instance of ListenersType.Listener


createExpiryTypeNone

public ExpiryType.None createExpiryTypeNone()
Create an instance of ExpiryType.None


createConfig

public javax.xml.bind.JAXBElement<ConfigType> createConfig(ConfigType value)
Create an instance of JAXBElement<ConfigType>}