org.activemq.spring
Class ActiveMQDtdResolver
java.lang.Object
org.activemq.spring.ActiveMQDtdResolver
- All Implemented Interfaces:
- org.xml.sax.EntityResolver
- public class ActiveMQDtdResolver
- extends java.lang.Object
- implements org.xml.sax.EntityResolver
EntityResolver implementation for the ActiveMQ DTD,
to load the DTD from the ActiveMQ classpath JAR file.
Fetches "activemq.dtd" from the classpath resource
"/org/activemq/activemq.dtd",
no matter if specified as some local URL or as
"http://activemq.org/dtd/activemq.dtd".
- Version:
- $Revision$
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
Method Summary |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
ActiveMQDtdResolver
public ActiveMQDtdResolver()
resolveEntity
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws java.io.IOException
- Specified by:
resolveEntity
in interface org.xml.sax.EntityResolver
- Throws:
java.io.IOException
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.