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
 CacheIntegration createCacheIntegration()
          Create an instance of CacheIntegration
 CacheIntegration.Listener createCacheIntegrationListener()
          Create an instance of CacheIntegration.Listener
 CacheIntegration.Loaderwriter createCacheIntegrationLoaderwriter()
          Create an instance of CacheIntegration.Loaderwriter
 CacheIntegration.Writebehind createCacheIntegrationWritebehind()
          Create an instance of CacheIntegration.Writebehind
 CacheIntegration.Writebehind.RetryAttempts createCacheIntegrationWritebehindRetryAttempts()
          Create an instance of CacheIntegration.Writebehind.RetryAttempts
 CacheIntegration.Writebehind.Writedelay createCacheIntegrationWritebehindWritedelay()
          Create an instance of CacheIntegration.Writebehind.Writedelay
 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
 ExpiryType createExpiryType()
          Create an instance of ExpiryType
 ExpiryType.None createExpiryTypeNone()
          Create an instance of ExpiryType.None
 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
 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

createCacheIntegration

public CacheIntegration createCacheIntegration()
Create an instance of CacheIntegration


createCacheIntegrationWritebehind

public CacheIntegration.Writebehind createCacheIntegrationWritebehind()
Create an instance of CacheIntegration.Writebehind


createSerializerType

public SerializerType createSerializerType()
Create an instance of SerializerType


createExpiryType

public ExpiryType createExpiryType()
Create an instance of ExpiryType


createConfigType

public ConfigType createConfigType()
Create an instance of ConfigType


createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createServiceType

public ServiceType createServiceType()
Create an instance of ServiceType


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


createTimeType

public TimeType createTimeType()
Create an instance of TimeType


createCacheTemplateType

public CacheTemplateType createCacheTemplateType()
Create an instance of CacheTemplateType


createCacheType

public CacheType createCacheType()
Create an instance of CacheType


createCacheIntegrationLoaderwriter

public CacheIntegration.Loaderwriter createCacheIntegrationLoaderwriter()
Create an instance of CacheIntegration.Loaderwriter


createCacheIntegrationListener

public CacheIntegration.Listener createCacheIntegrationListener()
Create an instance of CacheIntegration.Listener


createCacheIntegrationWritebehindWritedelay

public CacheIntegration.Writebehind.Writedelay createCacheIntegrationWritebehindWritedelay()
Create an instance of CacheIntegration.Writebehind.Writedelay


createCacheIntegrationWritebehindRetryAttempts

public CacheIntegration.Writebehind.RetryAttempts createCacheIntegrationWritebehindRetryAttempts()
Create an instance of CacheIntegration.Writebehind.RetryAttempts


createSerializerTypeSerializer

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


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>}