public class JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>> extends MessageSourceSpec<S,org.springframework.integration.jms.JmsDestinationPollingSource>
Modifier and Type | Class and Description |
---|---|
static class |
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware |
id, logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
S |
destination(javax.jms.Destination destination) |
S |
destination(java.lang.String destination) |
protected org.springframework.integration.jms.JmsDestinationPollingSource |
doGet() |
S |
headerMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper) |
S |
messageSelector(java.lang.String messageSelector) |
_this, get, getId, id
public S messageSelector(java.lang.String messageSelector)
public S headerMapper(org.springframework.integration.jms.JmsHeaderMapper headerMapper)
public S destination(javax.jms.Destination destination)
public S destination(java.lang.String destination)
protected org.springframework.integration.jms.JmsDestinationPollingSource doGet()
doGet
in class IntegrationComponentSpec<S extends JmsInboundChannelAdapterSpec<S>,org.springframework.integration.jms.JmsDestinationPollingSource>