public class JmsSyncEndpoint extends JmsEndpoint implements org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
JmsSyncEndpoint()
Default constructor initializing endpoint.
|
JmsSyncEndpoint(JmsSyncEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SelectiveConsumer |
createConsumer() |
Producer |
createProducer() |
void |
destroy() |
JmsSyncEndpointConfiguration |
getEndpointConfiguration() |
afterPropertiesSet, getSubscriberName, setApplicationContextgetActor, getConsumerName, getName, getProducerName, setActor, setBeanName, setNamepublic JmsSyncEndpoint()
public JmsSyncEndpoint(JmsSyncEndpointConfiguration endpointConfiguration)
endpointConfiguration - public JmsSyncEndpointConfiguration getEndpointConfiguration()
getEndpointConfiguration in interface EndpointgetEndpointConfiguration in class JmsEndpointpublic SelectiveConsumer createConsumer()
createConsumer in interface EndpointcreateConsumer in class JmsEndpointpublic Producer createProducer()
createProducer in interface EndpointcreateProducer in class JmsEndpointpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeandestroy in class JmsEndpointExceptionCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.