org.jboss.wsf.test
Class TestDeployerJBoss

java.lang.Object
  extended by org.jboss.wsf.test.TestDeployerJBoss
All Implemented Interfaces:
TestDeployer

public class TestDeployerJBoss
extends java.lang.Object
implements TestDeployer

A JBossWS test helper that deals with test deployment/undeployment, etc.

Since:
14-Oct-2004
Author:
Thomas.Diesler@jboss.org

Nested Class Summary
static class TestDeployerJBoss.SimplePrincipal
           
 
Constructor Summary
TestDeployerJBoss(javax.management.MBeanServerConnection server)
           
 
Method Summary
 void deploy(java.net.URL url)
          Deploy the given archive
 void undeploy(java.net.URL url)
          Undeploy the given archive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDeployerJBoss

public TestDeployerJBoss(javax.management.MBeanServerConnection server)
Method Detail

deploy

public void deploy(java.net.URL url)
            throws java.lang.Exception
Description copied from interface: TestDeployer
Deploy the given archive

Specified by:
deploy in interface TestDeployer
Throws:
java.lang.Exception

undeploy

public void undeploy(java.net.URL url)
              throws java.lang.Exception
Description copied from interface: TestDeployer
Undeploy the given archive

Specified by:
undeploy in interface TestDeployer
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.