See: Description
Interface | Description |
---|---|
MessageContext |
A message context represents the entire context for a given message through the receive, process, and/or response
phases.
|
MessageContextEvaluatingFunctor<T> |
An interface for components which evaluate a message context as the basis for extracting, calculating,
or otherwise producing a specific data value.
|
MessageContextMutatingFunctor<T> |
An interface for components which mutate a message context, or data contained therein,
based on an input value of a particular type.
|
Class | Description |
---|---|
BaseMessageContext |
Base class for message context implementations.
|
Exception | Description |
---|---|
MessageException |
Base class for message related exceptions.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.