public class ProtonMessageConverter extends Object implements MessageConverter
| Constructor and Description |
|---|
ProtonMessageConverter(IDGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
ServerMessage |
inbound(Object messageSource) |
ServerJMSMessage |
inboundJMSType(org.apache.qpid.proton.jms.EncodedMessage messageSource)
Just create the JMS Part of the inbound (for testing)
|
Object |
outbound(ServerMessage messageOutbound,
int deliveryCount) |
public ProtonMessageConverter(IDGenerator idGenerator)
public ServerMessage inbound(Object messageSource) throws Exception
inbound in interface MessageConverterExceptionpublic ServerJMSMessage inboundJMSType(org.apache.qpid.proton.jms.EncodedMessage messageSource) throws Exception
messageSource - Exceptionpublic Object outbound(ServerMessage messageOutbound, int deliveryCount) throws Exception
outbound in interface MessageConverterExceptionCopyright © 2015 The Apache Software Foundation. All Rights Reserved.