Uses of Class
org.apache.camel.component.sjms.SjmsEndpoint
-
Packages that use SjmsEndpoint Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.consumer org.apache.camel.component.sjms.reply Logic implementing support for request/reply over JMS -
-
Uses of SjmsEndpoint in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return SjmsEndpoint Modifier and Type Method Description protected SjmsEndpointSjmsComponent. createSjmsEndpoint(String uri, String remaining)SjmsEndpointSjmsConsumer. getEndpoint()SjmsEndpointSjmsPollingConsumer. getEndpoint()SjmsEndpointSjmsProducer. getEndpoint()Methods in org.apache.camel.component.sjms with parameters of type SjmsEndpoint Modifier and Type Method Description MessageListenerContainerSjmsEndpoint. createMessageListenerContainer(SjmsEndpoint endpoint)Constructors in org.apache.camel.component.sjms with parameters of type SjmsEndpoint Constructor Description SjmsPollingConsumer(SjmsEndpoint endpoint, SjmsTemplate template)SjmsProducer(SjmsEndpoint endpoint) -
Uses of SjmsEndpoint in org.apache.camel.component.sjms.consumer
Methods in org.apache.camel.component.sjms.consumer that return SjmsEndpoint Modifier and Type Method Description SjmsEndpointSimpleMessageListenerContainer. getEndpoint()Methods in org.apache.camel.component.sjms.consumer with parameters of type SjmsEndpoint Modifier and Type Method Description protected javax.jms.SessionSimpleMessageListenerContainer. createSession(javax.jms.Connection connection, SjmsEndpoint endpoint)Constructors in org.apache.camel.component.sjms.consumer with parameters of type SjmsEndpoint Constructor Description EndpointMessageListener(SjmsConsumer consumer, SjmsEndpoint endpoint, org.apache.camel.Processor processor)SimpleMessageListenerContainer(SjmsEndpoint endpoint) -
Uses of SjmsEndpoint in org.apache.camel.component.sjms.reply
Fields in org.apache.camel.component.sjms.reply declared as SjmsEndpoint Modifier and Type Field Description protected SjmsEndpointReplyManagerSupport. endpointMethods in org.apache.camel.component.sjms.reply with parameters of type SjmsEndpoint Modifier and Type Method Description protected javax.jms.SessionExclusiveQueueMessageListenerContainer. createSession(javax.jms.Connection connection, SjmsEndpoint endpoint)protected javax.jms.SessionTemporaryQueueMessageListenerContainer. createSession(javax.jms.Connection connection, SjmsEndpoint endpoint)voidReplyManager. setEndpoint(SjmsEndpoint endpoint)Sets the belongingSjmsEndpoint.voidReplyManagerSupport. setEndpoint(SjmsEndpoint endpoint)Constructors in org.apache.camel.component.sjms.reply with parameters of type SjmsEndpoint Constructor Description ExclusiveQueueMessageListenerContainer(SjmsEndpoint endpoint)TemporaryQueueMessageListenerContainer(SjmsEndpoint endpoint)
-