Uses of Class
com.consol.citrus.jms.endpoint.JmsSyncEndpointConfiguration
-
Packages that use JmsSyncEndpointConfiguration Package Description com.consol.citrus.jms.endpoint -
-
Uses of JmsSyncEndpointConfiguration in com.consol.citrus.jms.endpoint
Methods in com.consol.citrus.jms.endpoint that return JmsSyncEndpointConfiguration Modifier and Type Method Description JmsSyncEndpointConfigurationJmsEndpointAdapter. getEndpointConfiguration()JmsSyncEndpointConfigurationJmsSyncEndpoint. getEndpointConfiguration()Constructors in com.consol.citrus.jms.endpoint with parameters of type JmsSyncEndpointConfiguration Constructor Description JmsEndpointAdapter(JmsSyncEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration.JmsSyncConsumer(String name, JmsSyncEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration.JmsSyncEndpoint(JmsSyncEndpointConfiguration endpointConfiguration)Constructor using endpoint configuration.JmsSyncProducer(String name, JmsSyncEndpointConfiguration endpointConfiguration)Default constructor using endpoint configuration.
-