Interface ResourceLocator

  • All Implemented Interfaces:

    
    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.
    Since:

    4.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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