|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.application.hierarchView.business.tulip.WebServiceManager
Allows to deploy and undeploy the web service.
| Constructor Summary | |
WebServiceManager()
|
|
| Method Summary | |
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
|
void |
contextInitialized(javax.servlet.ServletContextEvent event)
|
void |
deploy()
deploy the web service according to collected data (ie deployment file name). |
java.lang.String |
getDeploymentFile()
|
java.lang.String |
getUndeploymentFile()
|
void |
init()
Initialize the web service manager by reading the properties file and setting needed files names. |
boolean |
isInitialized()
Tells is the Manager is properly initialized. |
boolean |
isRunning()
Tells is the web service is running. |
void |
processWsddFile(java.lang.String wsddFile)
process the WSDD file given in parameter. |
void |
setDeploymentFile(java.lang.String deploymentFile)
|
void |
setUndeploymentFile(java.lang.String undeploymentFile)
|
void |
undeploy()
Undeploy the web service according to collected data (ie undeployment file name). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebServiceManager()
| Method Detail |
public java.lang.String getDeploymentFile()
public void setDeploymentFile(java.lang.String deploymentFile)
public java.lang.String getUndeploymentFile()
public void setUndeploymentFile(java.lang.String undeploymentFile)
public boolean isInitialized()
public void init()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isRunning()
public void undeploy()
throws java.lang.Exception
java.lang.Exception
public void deploy()
throws java.lang.Exception
java.lang.Exception
public void processWsddFile(java.lang.String wsddFile)
throws java.lang.Exception
wsddFile - can be a deployment or undeployment file
java.lang.Exceptionpublic void contextInitialized(javax.servlet.ServletContextEvent event)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent event)
contextDestroyed in interface javax.servlet.ServletContextListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||