Package com.sun.tools.ws.util
Class ForkEntityResolver
- java.lang.Object
-
- com.sun.tools.ws.util.ForkEntityResolver
-
- All Implemented Interfaces:
EntityResolver
public class ForkEntityResolver extends Object implements EntityResolver
EntityResolverthat delegates to twoEntityResolvers.- Author:
- WS Development Team
-
-
Constructor Summary
Constructors Constructor Description ForkEntityResolver(EntityResolver lhs, EntityResolver rhs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
-
-
-
Constructor Detail
-
ForkEntityResolver
public ForkEntityResolver(EntityResolver lhs, EntityResolver rhs)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-
-