org.jboss.arquillian.protocol.servlet.v_2_5
Class ProtocolDeploymentAppender

java.lang.Object
  extended by org.jboss.arquillian.protocol.servlet.v_2_5.ProtocolDeploymentAppender
All Implemented Interfaces:
AuxiliaryArchiveAppender

public class ProtocolDeploymentAppender
extends Object
implements AuxiliaryArchiveAppender

ProtocolDeploymentAppender DeploymentAppender to add required resources for the protocol servlet to run in container.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ProtocolDeploymentAppender()
           
 
Method Summary
 org.jboss.shrinkwrap.api.spec.WebArchive createAuxiliaryArchive()
          Create a archive containing the needed resources for this extension to run in-container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolDeploymentAppender

public ProtocolDeploymentAppender()
Method Detail

createAuxiliaryArchive

public org.jboss.shrinkwrap.api.spec.WebArchive createAuxiliaryArchive()
Description copied from interface: AuxiliaryArchiveAppender
Create a archive containing the needed resources for this extension to run in-container.

Specified by:
createAuxiliaryArchive in interface AuxiliaryArchiveAppender
Returns:
A Archive of any type


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