public class WsdlParser
| Modifier and Type | Class and Description |
|---|---|
static class |
WsdlParser.Companion |
| Modifier and Type | Field and Description |
|---|---|
static WsdlParser.Companion |
Companion |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
collectSchemas()
Collects all the schemas associated to the provided wsdl file.
|
WsdlModel |
getWsdl()
The parsed WsdlModel
|
public static WsdlParser.Companion Companion
public WsdlModel getWsdl()
The parsed WsdlModel
public java.util.Map<java.lang.String,java.lang.String> collectSchemas()
Collects all the schemas associated to the provided wsdl file.