public class ServiceDeploymentUtil extends Object
| Constructor and Description |
|---|
ServiceDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deployArrService(String backEndUrl,
String sessionCookie,
String serviceName,
String serviceFilePath,
int deploymentDelay) |
static boolean |
isServiceDeployed(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
static boolean |
isServiceUnDeployed(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
static boolean |
isServiceWSDlExist(String serviceUrl,
long synchronizingDelay) |
static boolean |
isServiceWSDlNotExist(String serviceUrl,
long synchronizingDelay) |
static boolean |
isWSDLAvailable(String serviceEndpoint) |
void |
unDeployArrService(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
public static void deployArrService(String backEndUrl, String sessionCookie, String serviceName, String serviceFilePath, int deploymentDelay) throws RemoteException, MalformedURLException, org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException, org.wso2.carbon.aarservices.stub.ExceptionException
RemoteExceptionMalformedURLExceptionorg.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionExceptionorg.wso2.carbon.aarservices.stub.ExceptionExceptionpublic void unDeployArrService(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException, MalformedURLException, org.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionException
RemoteExceptionMalformedURLExceptionorg.wso2.carbon.authenticator.stub.LoginAuthenticationExceptionExceptionpublic static boolean isServiceDeployed(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException
RemoteExceptionpublic static boolean isServiceUnDeployed(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException
RemoteExceptionpublic static boolean isServiceWSDlExist(String serviceUrl, long synchronizingDelay) throws Exception
Exceptionpublic static boolean isServiceWSDlNotExist(String serviceUrl, long synchronizingDelay) throws Exception
Exceptionpublic static boolean isWSDLAvailable(String serviceEndpoint) throws IOException
IOExceptionCopyright © 2018 WSO2. All rights reserved.