public class JmsEndpoint extends AbstractEndpoint implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
JmsEndpoint()
Default constructor initializing endpoint configuration.
|
JmsEndpoint(JmsEndpointConfiguration endpointConfiguration)
Constructor with endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
SelectiveConsumer |
createConsumer() |
Producer |
createProducer() |
void |
destroy() |
JmsEndpointConfiguration |
getEndpointConfiguration() |
protected String |
getSubscriberName()
Gets the endpoints consumer name.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
getActor, getConsumerName, getName, getProducerName, setActor, setBeanName, setNamepublic JmsEndpoint()
public JmsEndpoint(JmsEndpointConfiguration endpointConfiguration)
endpointConfiguration - public SelectiveConsumer createConsumer()
createConsumer in interface Endpointpublic Producer createProducer()
createProducer in interface Endpointprotected String getSubscriberName()
public JmsEndpointConfiguration getEndpointConfiguration()
getEndpointConfiguration in interface EndpointgetEndpointConfiguration in class AbstractEndpointpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.