public class JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>> extends MessageHandlerSpec<S,org.springframework.integration.jms.JmsSendingMessageHandler>
Modifier and Type | Class and Description |
---|---|
static class |
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware |
Modifier and Type | Field and Description |
---|---|
protected JmsTemplateSpec |
jmsTemplateSpec |
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
S |
destination(javax.jms.Destination destination) |
<P> S |
destination(Function<org.springframework.messaging.Message<P>,?> destinationFunction) |
S |
destination(java.lang.String destination) |
S |
destinationExpression(java.lang.String destination) |
protected org.springframework.integration.jms.JmsSendingMessageHandler |
doGet() |
S |
extractPayload(boolean extractPayload) |
S |
headerMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper) |
_this, get, getId, id
protected final JmsTemplateSpec jmsTemplateSpec
public S extractPayload(boolean extractPayload)
public S headerMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper)
public S destination(javax.jms.Destination destination)
public S destination(java.lang.String destination)
public S destinationExpression(java.lang.String destination)
public <P> S destination(Function<org.springframework.messaging.Message<P>,?> destinationFunction)
protected org.springframework.integration.jms.JmsSendingMessageHandler doGet()
doGet
in class IntegrationComponentSpec<S extends JmsOutboundChannelAdapterSpec<S>,org.springframework.integration.jms.JmsSendingMessageHandler>