public class ServiceDeploymentUtil extends Object
| Constructor and Description |
|---|
ServiceDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
deployArrService(String backEndUrl,
String sessionCookie,
String serviceName,
String serviceFilePath,
int deploymentDelay) |
boolean |
isServiceDeployed(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
boolean |
isServiceUnDeployed(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
boolean |
isServiceWSDlExist(String serviceUrl,
long synchronizingDelay) |
boolean |
isServiceWSDlNotExist(String serviceUrl,
long synchronizingDelay) |
boolean |
isWSDLAvailable(String serviceEndpoint) |
void |
unDeployArrService(String backEndUrl,
String sessionCookie,
String serviceName,
int deploymentDelay) |
public 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 boolean isServiceDeployed(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException
RemoteExceptionpublic boolean isServiceUnDeployed(String backEndUrl, String sessionCookie, String serviceName, int deploymentDelay) throws RemoteException
RemoteExceptionpublic boolean isServiceWSDlExist(String serviceUrl, long synchronizingDelay) throws Exception, IOException
ExceptionIOExceptionpublic boolean isServiceWSDlNotExist(String serviceUrl, long synchronizingDelay) throws Exception, IOException
ExceptionIOExceptionpublic boolean isWSDLAvailable(String serviceEndpoint) throws IOException
IOExceptionCopyright © 2015 WSO2 Inc. All rights reserved.