public class ServiceDeploymentUtil extends Object
| Constructor and Description |
|---|
ServiceDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isServiceWSDlExist(String wsdlURL,
long synchronizingDelay)
Check whether the wsdl is exists or not
|
static boolean |
isWSDLAvailable(String serviceEndpoint)
Check whether the wsdl is available
|
public static boolean isServiceWSDlExist(String wsdlURL, long synchronizingDelay) throws IOException
wsdlURL - - URL of the wsdlsynchronizingDelay - - time interval to wait until service get deployed on worker nodes.IOException - - Throws if given wsdl cannot be foundpublic static boolean isWSDLAvailable(String serviceEndpoint) throws IOException
serviceEndpoint - - service endpoint (without ?wsdl)IOException - - Throws if wsdl cannot be foundCopyright © 2020 WSO2 Inc. All rights reserved.