Interface CamelCreateRouteActionBuilder<T extends TestAction,B extends CamelCreateRouteActionBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> CamelActionBuilderBase<T,,B> CamelRouteActionBuilderBase<T,,B> ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>
public interface CamelCreateRouteActionBuilder<T extends TestAction,B extends CamelCreateRouteActionBuilder<T,B>>
extends CamelRouteActionBuilderBase<T,B>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionAdds route as a RouteBuilder or RouteDefinition using one of the supported languages XML or Groovy.Adds route using one of the supported languages XML or Groovy.Adds route using one of the supported languages XML or Groovy.Adds route using the content of the given resource.default BrouteContext(String routeSpec) Deprecated.Sets the route id.Adds route definitions.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.actions.camel.CamelActionBuilderBase
context, contextMethods inherited from interface org.citrusframework.actions.camel.CamelRouteActionBuilderBase
routeIds, routesMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
route
Adds route as a RouteBuilder or RouteDefinition using one of the supported languages XML or Groovy. -
routeContext
Deprecated.Adds route using one of the supported languages XML or Groovy. -
route
Adds route using one of the supported languages XML or Groovy. -
route
Adds route using the content of the given resource. The file name is used as a route id. -
route
Adds route using one of the supported languages XML or Groovy. -
routeId
Sets the route id. -
routes
Adds route definitions.
-