org.ehcache.jsr107
Class ServiceConfigurationParser

java.lang.Object
  extended by org.ehcache.jsr107.ServiceConfigurationParser
All Implemented Interfaces:
XmlConfigurationParser<Jsr107Service>

public class ServiceConfigurationParser
extends java.lang.Object
implements XmlConfigurationParser<Jsr107Service>


Constructor Summary
ServiceConfigurationParser()
           
 
Method Summary
 java.net.URI getNamespace()
           
 javax.xml.transform.Source getXmlSchema()
           
 ServiceConfiguration<Jsr107Service> parse(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

ServiceConfigurationParser

public ServiceConfigurationParser()
Method Detail

getXmlSchema

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

getNamespace

public java.net.URI getNamespace()
Specified by:
getNamespace in interface XmlConfigurationParser<Jsr107Service>

parse

public ServiceConfiguration<Jsr107Service> parse(org.w3c.dom.Element fragment)
Specified by:
parse in interface XmlConfigurationParser<Jsr107Service>