org.apache.axis2.util
Class DefaultEntityResolver

java.lang.Object
  extended by org.apache.axis2.util.DefaultEntityResolver
All Implemented Interfaces:
EntityResolver

public class DefaultEntityResolver
extends Object
implements EntityResolver


Constructor Summary
DefaultEntityResolver()
           
 
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

DefaultEntityResolver

public DefaultEntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
Specified by:
resolveEntity in interface EntityResolver


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.