|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.test.JBossWSTestHelper
public class JBossWSTestHelper
A JBossWS test helper that deals with test deployment/undeployment, etc.
Constructor Summary | |
---|---|
JBossWSTestHelper()
|
Method Summary | |
---|---|
void |
deploy(java.lang.String archive)
Deploy the given archive |
java.io.File |
getArchiveFile(java.lang.String archive)
Try to discover the File for the deployment archive |
java.net.URL |
getArchiveURL(java.lang.String archive)
Try to discover the URL for the deployment archive |
java.lang.String |
getIntegrationTarget()
|
java.io.File |
getResourceFile(java.lang.String resource)
Try to discover the File for the test resource |
java.net.URL |
getResourceURL(java.lang.String resource)
Try to discover the URL for the test resource |
static javax.management.MBeanServerConnection |
getServer()
|
static java.lang.String |
getServerHost()
Get the JBoss server host from system property "jboss.bind.address" This defaults to "localhost" |
static java.lang.String |
getTestArchiveDir()
|
static java.lang.String |
getTestResourcesDir()
|
boolean |
isIntegrationCXF()
|
boolean |
isIntegrationMetro()
|
boolean |
isIntegrationNative()
|
boolean |
isTargetJBoss5()
True, if -Djbossws.integration.target=jboss5x |
boolean |
isTargetJBoss50()
True, if -Djbossws.integration.target=jboss50x |
boolean |
isTargetJBoss51()
True, if -Djbossws.integration.target=jboss51x |
boolean |
isTargetJBoss6()
True, if -Djbossws.integration.target=jboss6x |
boolean |
isTargetJBoss60()
True, if -Djbossws.integration.target=jboss60x |
boolean |
isTargetJBoss61()
True, if -Djbossws.integration.target=jboss61x |
void |
undeploy(java.lang.String archive)
Undeploy the given archive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossWSTestHelper()
Method Detail |
---|
public void deploy(java.lang.String archive) throws java.lang.Exception
java.lang.Exception
public void undeploy(java.lang.String archive) throws java.lang.Exception
java.lang.Exception
public boolean isTargetJBoss5()
public boolean isTargetJBoss50()
public boolean isTargetJBoss51()
public boolean isTargetJBoss6()
public boolean isTargetJBoss60()
public boolean isTargetJBoss61()
public boolean isIntegrationNative()
public boolean isIntegrationMetro()
public boolean isIntegrationCXF()
public static java.lang.String getServerHost()
public static javax.management.MBeanServerConnection getServer()
public java.lang.String getIntegrationTarget()
public java.net.URL getArchiveURL(java.lang.String archive) throws java.net.MalformedURLException
java.net.MalformedURLException
public java.io.File getArchiveFile(java.lang.String archive)
public java.net.URL getResourceURL(java.lang.String resource) throws java.net.MalformedURLException
java.net.MalformedURLException
public java.io.File getResourceFile(java.lang.String resource)
public static java.lang.String getTestArchiveDir()
public static java.lang.String getTestResourcesDir()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |