org.jboss.arquillian.protocol.servlet.v_3
Class ProtocolDeploymentAppender
java.lang.Object
org.jboss.arquillian.protocol.servlet.v_3.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
Method Summary |
org.jboss.shrinkwrap.api.spec.JavaArchive |
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 |
ProtocolDeploymentAppender
public ProtocolDeploymentAppender()
createAuxiliaryArchive
public org.jboss.shrinkwrap.api.spec.JavaArchive 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.