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 com.consol.citrus.camel.endpoint.CamelEndpointBuilderasynchronous()Gets the async endpoint builder.static CamelEndpointCatalogcamel()com.consol.citrus.camel.endpoint.CamelEndpointBuilderinOnly()Gets the inOnly endpoint builder.com.consol.citrus.camel.endpoint.CamelSyncEndpointBuilderinOut()Gets the inOut endpoint builder.com.consol.citrus.camel.endpoint.CamelSyncEndpointBuildersynchronous()Gets the sync endpoint builder.
-
-
-
Method Detail
-
camel
public static CamelEndpointCatalog camel()
-
asynchronous
public com.consol.citrus.camel.endpoint.CamelEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public com.consol.citrus.camel.endpoint.CamelSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
inOnly
public com.consol.citrus.camel.endpoint.CamelEndpointBuilder inOnly()
Gets the inOnly endpoint builder.- Returns:
-
inOut
public com.consol.citrus.camel.endpoint.CamelSyncEndpointBuilder inOut()
Gets the inOut endpoint builder.- Returns:
-
-