Class JarWSDLLocator

java.lang.Object
org.citrusframework.xml.schema.locator.JarWSDLLocator
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator

public class JarWSDLLocator extends Object implements javax.wsdl.xml.WSDLLocator
Locates WSDL import sources in Jar files
  • Constructor Details

    • JarWSDLLocator

      public JarWSDLLocator(Resource wsdl)
  • Method Details

    • getBaseInputSource

      public InputSource getBaseInputSource()
      Specified by:
      getBaseInputSource in interface javax.wsdl.xml.WSDLLocator
    • getImportInputSource

      public InputSource getImportInputSource(String parentLocation, String importLocation)
      Specified by:
      getImportInputSource in interface javax.wsdl.xml.WSDLLocator
    • getBaseURI

      public String getBaseURI()
      Specified by:
      getBaseURI in interface javax.wsdl.xml.WSDLLocator
    • getLatestImportURI

      public String getLatestImportURI()
      Specified by:
      getLatestImportURI in interface javax.wsdl.xml.WSDLLocator
    • close

      public void close()
      Specified by:
      close in interface javax.wsdl.xml.WSDLLocator