org.apache.pluto.descriptors.services.castor
Class EntityResolverImpl

java.lang.Object
  extended by org.apache.pluto.descriptors.services.castor.EntityResolverImpl
All Implemented Interfaces:
EntityResolver

public class EntityResolverImpl
extends Object
implements EntityResolver

Entity Resolver which first looks for dtd and xls locally in our packaged.

Since:
1.1
Version:
1.0

Constructor Summary
EntityResolverImpl()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityResolverImpl

public EntityResolverImpl()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.