Package com.consol.citrus.ssh.message
Class SshMessageConverter
- java.lang.Object
-
- com.consol.citrus.ssh.message.SshMessageConverter
-
- All Implemented Interfaces:
MessageConverter<SshMessage,SshMessage,SshEndpointConfiguration>
public class SshMessageConverter extends Object implements MessageConverter<SshMessage,SshMessage,SshEndpointConfiguration>
- Since:
- 2.1
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SshMessageConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageconvertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)SshMessageconvertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)voidconvertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)
-
-
-
Method Detail
-
convertOutbound
public SshMessage convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)
- Specified by:
convertOutboundin interfaceMessageConverter<SshMessage,SshMessage,SshEndpointConfiguration>
-
convertOutbound
public void convertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)
- Specified by:
convertOutboundin interfaceMessageConverter<SshMessage,SshMessage,SshEndpointConfiguration>
-
convertInbound
public Message convertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)
- Specified by:
convertInboundin interfaceMessageConverter<SshMessage,SshMessage,SshEndpointConfiguration>
-
-