com.sun.tools.ws.util
Class ForkEntityResolver

java.lang.Object
  extended by com.sun.tools.ws.util.ForkEntityResolver
All Implemented Interfaces:
EntityResolver

public class ForkEntityResolver
extends Object
implements EntityResolver

EntityResolver that delegates to two EntityResolvers.


Constructor Summary
ForkEntityResolver(EntityResolver lhs, EntityResolver rhs)
           
 
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

ForkEntityResolver

public ForkEntityResolver(EntityResolver lhs,
                          EntityResolver rhs)
Method Detail

resolveEntity

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