public class WSDLParser extends Object
Constructor and Description |
---|
WSDLParser() |
Modifier and Type | Method and Description |
---|---|
static void |
cloneAllParsedComplexandNativeObjects(ParsedWSDLDefinition theDefinition) |
static void |
fixTheParserPaths(ParsedWSDLDefinition theDefinition) |
static String |
getDocumentation(String wsdlURL)
Returns documentation of a web service
|
static String |
getWSDLStyleAndUse(String wsdlURL)
Returns the binding style (rpc or document) and the operation use
(encoded or literal) of the web service, separated with the "#"
character.
|
static ParsedWSDLDefinition |
parseWSDLwithAxis(String wsdlURL,
boolean Axis2Enabled,
boolean Axis1Enabled)
Returns a ParsedWSDLDefinition after a successful parsing of a SOAP web
service.
|
static boolean |
pingURL(String endpoint)
Pings a url
|
public static ParsedWSDLDefinition parseWSDLwithAxis(String wsdlURL, boolean Axis2Enabled, boolean Axis1Enabled)
wsdlURL
- the url of the SOAP web serviceAxis2Enabled
- a boolean indicating if the Axis2 framework should be enabledAxis1Enabled
- a boolean indicating if the Axis1 framework should be enabledParsedWSDLDefinition
public static String getWSDLStyleAndUse(String wsdlURL)
wsdlURL
- the url of the SOAP web servicepublic static String getDocumentation(String wsdlURL)
wsdlURL
- the url of the SOAP web servicepublic static void cloneAllParsedComplexandNativeObjects(ParsedWSDLDefinition theDefinition)
public static void fixTheParserPaths(ParsedWSDLDefinition theDefinition)
public static boolean pingURL(String endpoint)
endpoint
- the url that is to be pingedCopyright © 2018 universAAL Consortium. All rights reserved.