Package com._1c.g5.v8.dt.ws.common
Class WSDefinitionLoader.WSDefinitionContent
java.lang.Object
com._1c.g5.v8.dt.ws.common.WSDefinitionLoader.WSDefinitionContent
- Enclosing class:
- WSDefinitionLoader
Class contains full content of WSDefinition. Content of the WSDefinition and external xsd and wsdl files content
-
Method Summary
Modifier and TypeMethodDescriptionGets string content of the external wsdl filesGets string content of the WSDefinitionGets string content of the external xsd files
-
Method Details
-
getWsDefinition
Gets string content of the WSDefinition- Returns:
- string content of the WSDefinition, never
null
-
getXsdFilesContent
Gets string content of the external xsd files- Returns:
- string content of the external xsd files, never
null
-
getExternalWsdlFilesContent
Gets string content of the external wsdl files- Returns:
- string content of the external wsdl files, never
null
-