org.jboss.wsf.test
Interface TestDeployer

All Known Implementing Classes:
TestDeployerJBoss

public interface TestDeployer

WS test deployer

Since:
16-May-2006
Author:
Thomas.Diesler@jboss.org

Method Summary
 void deploy(java.net.URL archive)
          Deploy the given archive
 void undeploy(java.net.URL archive)
          Undeploy the given archive
 

Method Detail

deploy

void deploy(java.net.URL archive)
            throws java.lang.Exception
Deploy the given archive

Throws:
java.lang.Exception

undeploy

void undeploy(java.net.URL archive)
              throws java.lang.Exception
Undeploy the given archive

Throws:
java.lang.Exception


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