com.sun.xml.ws.wsdl.parser
Class MexEntityResolver

java.lang.Object
  extended by com.sun.xml.ws.wsdl.parser.MexEntityResolver
All Implemented Interfaces:
XMLEntityResolver

public final class MexEntityResolver
extends java.lang.Object
implements XMLEntityResolver

Entity resolver that works on MEX Metadata


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver
XMLEntityResolver.Parser
 
Constructor Summary
MexEntityResolver(java.util.List<? extends javax.xml.transform.Source> wsdls)
           
 
Method Summary
 XMLEntityResolver.Parser resolveEntity(java.lang.String publicId, java.lang.String systemId)
          See EntityResolver.resolveEntity(String, String) for the contract.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MexEntityResolver

public MexEntityResolver(java.util.List<? extends javax.xml.transform.Source> wsdls)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

resolveEntity

public XMLEntityResolver.Parser resolveEntity(java.lang.String publicId,
                                              java.lang.String systemId)
                                       throws org.xml.sax.SAXException,
                                              java.io.IOException,
                                              javax.xml.stream.XMLStreamException
Description copied from interface: XMLEntityResolver
See EntityResolver.resolveEntity(String, String) for the contract.

Specified by:
resolveEntity in interface XMLEntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.stream.XMLStreamException


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.