public class ServiceDeploymentUtil extends Object
| Constructor and Description |
|---|
ServiceDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteService(String backEndUrl,
String sessionCookie,
String serviceName) |
static void |
deployArrService(String backEndUrl,
String sessionCookie,
String serviceName,
String serviceFilePath,
int deploymentDelay) |
static boolean |
isFaultyService(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceDeleted(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceDeployed(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceExist(String backEndUrl,
String sessionCookie,
String serviceName) |
static boolean |
isServiceFaulty(String backEndUrl,
String sessionCookie,
String serviceName) |
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) |
static 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 static void unDeployArrService(String backEndUrl, String sessionCookie, String serviceName, 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 static boolean isServiceDeployed(String backEndUrl, String sessionCookie, String serviceName) 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
IOExceptionpublic static boolean isServiceFaulty(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isServiceExist(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isFaultyService(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static void deleteService(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionpublic static boolean isServiceDeleted(String backEndUrl, String sessionCookie, String serviceName) throws RemoteException
RemoteExceptionCopyright © 2015 WSO2 Inc. All rights reserved.