Package org.citrusframework.ssh.message
Class SshMessageConverter
java.lang.Object
org.citrusframework.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 -
Method Summary
Modifier and TypeMethodDescriptionconvertInbound(SshMessage externalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) convertOutbound(Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context) voidconvertOutbound(SshMessage externalMessage, Message internalMessage, SshEndpointConfiguration endpointConfiguration, TestContext context)
-
Constructor Details
-
SshMessageConverter
public SshMessageConverter()
-
-
Method Details
-
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>
-