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

java.lang.Object
  extended by org.jboss.arquillian.protocol.servlet.BaseServletProtocol
      extended by org.jboss.arquillian.protocol.servlet.v_3.ServletProtocol
All Implemented Interfaces:
Protocol<ServletProtocolConfiguration>

public class ServletProtocol
extends BaseServletProtocol

ServletProtocol

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ServletProtocol()
           
 
Method Summary
 DeploymentPackager getPackager()
          Get the DeploymentPackager for this Protocol.
protected  String getProtcolName()
           
 
Methods inherited from class org.jboss.arquillian.protocol.servlet.BaseServletProtocol
getDescription, getExecutor, getProtocolConfigurationClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletProtocol

public ServletProtocol()
Method Detail

getProtcolName

protected String getProtcolName()
Specified by:
getProtcolName in class BaseServletProtocol

getPackager

public DeploymentPackager getPackager()
Description copied from interface: Protocol
Get the DeploymentPackager for this Protocol.
Used so the Protocol can bind it self to the users deployment.

Returns:


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