Save This Page
Home » openjdk-7 » com.sun.tools.internal » ws » util » [javadoc | source]
com.sun.tools.internal.ws.util
public class: ForkEntityResolver [javadoc | source]
java.lang.Object
   com.sun.tools.internal.ws.util.ForkEntityResolver

All Implemented Interfaces:
    EntityResolver

EntityResolver that delegates to two EntityResolver s.
Constructor:
 public ForkEntityResolver(EntityResolver lhs,
    EntityResolver rhs) 
Method from com.sun.tools.internal.ws.util.ForkEntityResolver Summary:
resolveEntity
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.tools.internal.ws.util.ForkEntityResolver Detail:
 public InputSource resolveEntity(String publicId,
    String systemId) throws IOException, SAXException