Package com.consol.citrus.channel
Class ChannelSyncEndpoint
- java.lang.Object
-
- com.consol.citrus.endpoint.AbstractEndpoint
-
- com.consol.citrus.channel.ChannelEndpoint
-
- com.consol.citrus.channel.ChannelSyncEndpoint
-
- All Implemented Interfaces:
com.consol.citrus.common.Named,com.consol.citrus.endpoint.Endpoint,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
public class ChannelSyncEndpoint extends ChannelEndpoint
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description ChannelSyncEndpoint()Default constructor initializing endpoint.ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)Constructor using endpoint configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.messaging.SelectiveConsumercreateConsumer()com.consol.citrus.messaging.ProducercreateProducer()ChannelSyncEndpointConfigurationgetEndpointConfiguration()-
Methods inherited from class com.consol.citrus.channel.ChannelEndpoint
setBeanFactory
-
-
-
-
Constructor Detail
-
ChannelSyncEndpoint
public ChannelSyncEndpoint()
Default constructor initializing endpoint.
-
ChannelSyncEndpoint
public ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.- Parameters:
endpointConfiguration-
-
-
Method Detail
-
getEndpointConfiguration
public ChannelSyncEndpointConfiguration getEndpointConfiguration()
- Specified by:
getEndpointConfigurationin interfacecom.consol.citrus.endpoint.Endpoint- Overrides:
getEndpointConfigurationin classChannelEndpoint
-
createConsumer
public com.consol.citrus.messaging.SelectiveConsumer createConsumer()
- Specified by:
createConsumerin interfacecom.consol.citrus.endpoint.Endpoint- Overrides:
createConsumerin classChannelEndpoint
-
createProducer
public com.consol.citrus.messaging.Producer createProducer()
- Specified by:
createProducerin interfacecom.consol.citrus.endpoint.Endpoint- Overrides:
createProducerin classChannelEndpoint
-
-