public class WsdlParser
extends java.lang.Object
| Constructor and Description |
|---|
WsdlParser()
Create a new instance of WsdlParser.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
countDimensions(java.lang.String value)
Return the number of dimensions in an array if an array exists or return 0.
|
WsdlModel |
parse(java.lang.String wsdlAddress)
Creates definition and document objects by retrieving the wsdl document
from the specified address.
|
static java.lang.String |
removeDimensions(java.lang.String value)
Return the String value with the dimensions removed.
|
public WsdlModel parse(java.lang.String wsdlAddress) throws java.lang.Exception
wsdlAddress - the uri for the wsdl document.java.lang.Exception - any error.public static java.lang.String removeDimensions(java.lang.String value)
value - the type with the dimensionspublic static int countDimensions(java.lang.String value)
value - the type with possible array dimensions