Interface IResourceResolver


public interface IResourceResolver
This interface defines how urls are composed for resources.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getSchemaUrl

      String getSchemaUrl(String schema)
      This method returns an url for a schema.
      Parameters:
      schema - The name of the schema, may not be null.
      Returns:
      The url referring to the schema, may not be null.
    • getWsdlUrl

      String getWsdlUrl(String wsdl)
      This method returns an url for a wsdl.
      Parameters:
      wsdl - The name of the wsdl, may not be null.
      Returns:
      The url referring to the wsdl, may not be null.
    • getServiceUrl

      String getServiceUrl()
      This method returns the service url.
      Returns:
      The url referring to the service, may not be null.