portal.services.registry.sp
Class RegistryDTDEntityResolver

java.lang.Object
  extended byportal.services.registry.sp.RegistryDTDEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class RegistryDTDEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


Constructor Summary
RegistryDTDEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String pPublicId, java.lang.String pSystemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryDTDEntityResolver

public RegistryDTDEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String pPublicId,
                                             java.lang.String pSystemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException