public class LocalProtocol extends java.lang.Object implements Protocol<LocalProtocolConfiguration>
TestMethodExecutor#invoke()
directly.Modifier and Type | Field and Description |
---|---|
private Instance<Injector> |
injector |
static java.lang.String |
NAME |
Constructor and Description |
---|
LocalProtocol() |
Modifier and Type | Method and Description |
---|---|
ProtocolDescription |
getDescription()
The registry name used for this protocol.
e.g. |
ContainerMethodExecutor |
getExecutor(LocalProtocolConfiguration protocolConfiguration,
ProtocolMetaData metaData,
CommandCallback callback) |
DeploymentPackager |
getPackager()
Get the DeploymentPackager for this Protocol.
|
java.lang.Class<LocalProtocolConfiguration> |
getProtocolConfigurationClass()
Get the protocols configuration class.
|
public static final java.lang.String NAME
public java.lang.Class<LocalProtocolConfiguration> getProtocolConfigurationClass()
Protocol
#getExecutor(ProtocolConfiguration, ProtocolMetaData)
getProtocolConfigurationClass
in interface Protocol<LocalProtocolConfiguration>
ProtocolConfiguration
public ProtocolDescription getDescription()
Protocol
getDescription
in interface Protocol<LocalProtocolConfiguration>
org.jboss.arquillian.api.OverProtocol
public DeploymentPackager getPackager()
Protocol
getPackager
in interface Protocol<LocalProtocolConfiguration>
public ContainerMethodExecutor getExecutor(LocalProtocolConfiguration protocolConfiguration, ProtocolMetaData metaData, CommandCallback callback)
getExecutor
in interface Protocol<LocalProtocolConfiguration>
callback
- A Callback for each event received from the remote container.