public class WiseTest extends Object
| Constructor and Description |
|---|
WiseTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSecurityDomain(String domainName,
Map<String,String> authenticationOptions) |
static void |
deployWS(URL url)
Deploy the webservice war in JBoss server
|
URL |
getArchiveUrl(String archiveName)
Get the URL path for a given webservice archive.
|
static String |
getServerHostAndPort()
Get the jboss webservice server side hostname and port
|
static void |
removeSecurityDomain(String domainName) |
static void |
undeployWS(URL url)
Undeploy a webservice
|
public static void deployWS(URL url) throws Exception
url - url for webservice warException - if the deployment is failedpublic static void undeployWS(URL url) throws Exception
url - url of webservice warException - if undeployment is failedpublic static void addSecurityDomain(String domainName, Map<String,String> authenticationOptions) throws Exception
Exceptionpublic static void removeSecurityDomain(String domainName) throws Exception
Exceptionpublic URL getArchiveUrl(String archiveName)
archiveName - the webservice archive namepublic static String getServerHostAndPort()
Copyright © 2008–2016 JBoss.org. All rights reserved.