Class WSDefinitionLoader.WSDefinitionContent

java.lang.Object
com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.WSDefinitionContent
Enclosing class:
WSDefinitionLoader

public static class WSDefinitionLoader.WSDefinitionContent extends Object
Class contains full content of WSDefinition. Content of the WSDefinition and external xsd and wsdl files content
  • Method Details

    • getWsDefinition

      public String getWsDefinition()
      Gets string content of the WSDefinition
      Returns:
      string content of the WSDefinition, never null
    • getXsdFilesContent

      public List<String> getXsdFilesContent()
      Gets string content of the external xsd files
      Returns:
      string content of the external xsd files, never null
    • getExternalWsdlFilesContent

      public List<String> getExternalWsdlFilesContent()
      Gets string content of the external wsdl files
      Returns:
      string content of the external wsdl files, never null