public class ProtonMessageConverter extends Object implements MessageConverter
| Constructor and Description |
|---|
ProtonMessageConverter(IDGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
ServerMessage |
inbound(Object messageSource) |
Object |
outbound(ServerMessage messageOutbound,
int deliveryCount) |
Object |
outbound(ServerMessage messageOutbound,
int deliveryCount,
org.apache.qpid.proton.codec.WritableBuffer buffer) |
public ProtonMessageConverter(IDGenerator idGenerator)
public ServerMessage inbound(Object messageSource) throws Exception
inbound in interface MessageConverterExceptionpublic Object outbound(ServerMessage messageOutbound, int deliveryCount) throws Exception
outbound in interface MessageConverterExceptionpublic Object outbound(ServerMessage messageOutbound, int deliveryCount, org.apache.qpid.proton.codec.WritableBuffer buffer) throws Exception
ExceptionCopyright © 2017 The Apache Software Foundation. All Rights Reserved.