Package | Description |
---|---|
org.apache.synapse.message.store.impl.commons |
Modifier and Type | Method and Description |
---|---|
static StorableMessage |
MessageConverter.toStorableMessage(MessageContext synCtx)
Converts a Synapse Message Context to a representation that can be stored in the
Message store queue.
|
Modifier and Type | Method and Description |
---|---|
static MessageContext |
MessageConverter.toMessageContext(StorableMessage message,
org.apache.axis2.context.MessageContext axis2Ctx,
MessageContext synCtx)
Converts a message read from the message store to a Synapse Message Context object.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.