org.jboss.arquillian.protocol.servlet.v_3
Class ServletProtocolDeploymentPackager

java.lang.Object
  extended by org.jboss.arquillian.protocol.servlet.v_3.ServletProtocolDeploymentPackager
All Implemented Interfaces:
DeploymentPackager

public class ServletProtocolDeploymentPackager
extends Object
implements DeploymentPackager

ServletProtocolDeploymentPackager

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ServletProtocolDeploymentPackager()
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletProtocolDeploymentPackager

public ServletProtocolDeploymentPackager()
Method Detail

generateDeployment

public org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment,
                                                              Collection<ProtocolArchiveProcessor> processors)
Specified by:
generateDeployment in interface DeploymentPackager
Parameters:
testDeployment - Value object containing the application Archive and other auxiliary library Archives.
Returns:
The prepared archive for deployment.


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