org.ehcache.transactions.xml
Class TxCacheManagerServiceConfigurationParser

java.lang.Object
  extended by org.ehcache.transactions.xml.TxCacheManagerServiceConfigurationParser
All Implemented Interfaces:
CacheManagerServiceConfigurationParser<Service>

public class TxCacheManagerServiceConfigurationParser
extends java.lang.Object
implements CacheManagerServiceConfigurationParser<Service>


Constructor Summary
TxCacheManagerServiceConfigurationParser()
           
 
Method Summary
 java.net.URI getNamespace()
           
 javax.xml.transform.Source getXmlSchema()
           
 ServiceCreationConfiguration<Service> parseServiceCreationConfiguration(org.w3c.dom.Element fragment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxCacheManagerServiceConfigurationParser

public TxCacheManagerServiceConfigurationParser()
Method Detail

getXmlSchema

public javax.xml.transform.Source getXmlSchema()
                                        throws java.io.IOException
Specified by:
getXmlSchema in interface CacheManagerServiceConfigurationParser<Service>
Throws:
java.io.IOException

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface CacheManagerServiceConfigurationParser<Service>

parseServiceCreationConfiguration

public ServiceCreationConfiguration<Service> parseServiceCreationConfiguration(org.w3c.dom.Element fragment)
Specified by:
parseServiceCreationConfiguration in interface CacheManagerServiceConfigurationParser<Service>