Package 

Interface ResourceLocator


  • 
    public interface ResourceLocator
    
                        

    This interface acts as an additional layer of indirection between a the WSDL fetching and the WSDL parsing.

    <p> It enables the retrieval of WSDL and XSD documents that are protected somehow.
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean handles(String url) Given the external document url this method checks if the document can be retrieved by this ResourceLocator or not.
      abstract InputStream getResource(String url) Retrieves a document's content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait