Class CamelEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.camel.CamelEndpointCatalog
-
public class CamelEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CamelEndpointBuilderasynchronous()Gets the async endpoint builder.static CamelEndpointCatalogcamel()CamelEndpointBuilderinOnly()Gets the inOnly endpoint builder.CamelSyncEndpointBuilderinOut()Gets the inOut endpoint builder.CamelSyncEndpointBuildersynchronous()Gets the sync endpoint builder.
-
-
-
Method Detail
-
camel
public static CamelEndpointCatalog camel()
-
asynchronous
public CamelEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public CamelSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
inOnly
public CamelEndpointBuilder inOnly()
Gets the inOnly endpoint builder.- Returns:
-
inOut
public CamelSyncEndpointBuilder inOut()
Gets the inOut endpoint builder.- Returns:
-
-