org.ehcache.transactions.xml
Class TxCacheServiceConfigurationParser

java.lang.Object
  extended by org.ehcache.transactions.xml.TxCacheServiceConfigurationParser
All Implemented Interfaces:
CacheServiceConfigurationParser<XAStore.Provider>

public class TxCacheServiceConfigurationParser
extends java.lang.Object
implements CacheServiceConfigurationParser<XAStore.Provider>


Constructor Summary
TxCacheServiceConfigurationParser()
           
 
Method Summary
 java.net.URI getNamespace()
           
 javax.xml.transform.Source getXmlSchema()
           
 ServiceConfiguration<XAStore.Provider> parseServiceConfiguration(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

TxCacheServiceConfigurationParser

public TxCacheServiceConfigurationParser()
Method Detail

getXmlSchema

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

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface CacheServiceConfigurationParser<XAStore.Provider>

parseServiceConfiguration

public ServiceConfiguration<XAStore.Provider> parseServiceConfiguration(org.w3c.dom.Element fragment)
Specified by:
parseServiceConfiguration in interface CacheServiceConfigurationParser<XAStore.Provider>