Class BaseServletProtocol
java.lang.Object
org.jboss.arquillian.protocol.servlet.BaseServletProtocol
- All Implemented Interfaces:
Protocol<ServletProtocolConfiguration>
- Direct Known Subclasses:
ServletProtocol,ServletProtocol
public abstract class BaseServletProtocol
extends Object
implements Protocol<ServletProtocolConfiguration>
BaseServletProtocol
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExecutor(ServletProtocolConfiguration protocolConfiguration, ProtocolMetaData metaData, CommandCallback callback) protected abstract StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.container.test.spi.client.protocol.Protocol
getPackager
-
Constructor Details
-
BaseServletProtocol
public BaseServletProtocol()
-
-
Method Details
-
getProtocolConfigurationClass
- Specified by:
getProtocolConfigurationClassin interfaceProtocol<ServletProtocolConfiguration>
-
getDescription
- Specified by:
getDescriptionin interfaceProtocol<ServletProtocolConfiguration>
-
getExecutor
public ServletMethodExecutor getExecutor(ServletProtocolConfiguration protocolConfiguration, ProtocolMetaData metaData, CommandCallback callback) - Specified by:
getExecutorin interfaceProtocol<ServletProtocolConfiguration>
-
getProtcolName
-