|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.wise.core.test.WiseTest
public class WiseTest
Wise test base class. Subclass can use the methods in this class to deploy and undeploy a web service war in JBossAS
| Constructor Summary | |
|---|---|
WiseTest()
|
|
| Method Summary | |
|---|---|
void |
deployWS(java.net.URL url)
Deploy the webservice war in JBoss server |
java.net.URL |
getArchiveUrl(java.lang.String archiveName)
Get the URL path for a given webservice archive. |
java.lang.String |
getServerHostAndPort()
Get the jboss webservice server side hostname and port |
java.lang.String |
getServerPort()
Get the web service server port |
void |
undeployWS(java.net.URL url)
Undeploy a webservice |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WiseTest()
| Method Detail |
|---|
public void deployWS(java.net.URL url)
throws java.lang.Exception
url - url for webservice war
java.lang.Exception - if the deployment is failed
public void undeployWS(java.net.URL url)
throws java.lang.Exception
url - url of webservice war
java.lang.Exception - if undeployment is failedpublic java.net.URL getArchiveUrl(java.lang.String archiveName)
archiveName - the webservice archive name
public java.lang.String getServerHostAndPort()
public java.lang.String getServerPort()
|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||