Class JmsEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.jms.JmsEndpointCatalog
-
public class JmsEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JmsEndpointBuilderasynchronous()Gets the async endpoint builder.static JmsEndpointCatalogjms()JmsSyncEndpointBuildersynchronous()Gets the sync endpoint builder.
-
-
-
Method Detail
-
jms
public static JmsEndpointCatalog jms()
-
asynchronous
public JmsEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public JmsSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
-