D
- the type of binding datapublic abstract class BaseMessageComposer<D extends BindingData> extends Object implements MessageComposer<D>
Constructor and Description |
---|
BaseMessageComposer() |
Modifier and Type | Method and Description |
---|---|
ContextMapper<D> |
getContextMapper()
Gets this message composer's associated context mapper.
|
static QName |
getMessageType(Exchange exchange)
Returns the current message type based on the state of the exchange.
|
MessageComposer<D> |
setContextMapper(ContextMapper<D> contextMapper)
Sets this message composer's associated context mapper.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compose, decompose
public ContextMapper<D> getContextMapper()
getContextMapper
in interface MessageComposer<D extends BindingData>
public MessageComposer<D> setContextMapper(ContextMapper<D> contextMapper)
setContextMapper
in interface MessageComposer<D extends BindingData>
contextMapper
- the context mapperCopyright © 2013–2016 JBoss by Red Hat. All rights reserved.