Uses of Class
org.apache.camel.model.language.MethodCallExpression.Builder
Packages that use MethodCallExpression.Builder
Package
Description
-
Uses of MethodCallExpression.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return MethodCallExpression.Builder -
Uses of MethodCallExpression.Builder in org.apache.camel.model.language
Methods in org.apache.camel.model.language that return MethodCallExpression.BuilderModifier and TypeMethodDescriptionMethodCallExpression.Builder.beanTypeName(String beanTypeName) Class name (fully qualified) of the bean to use Will lookup in registry and if there is a single instance of the same type, then the existing bean is used, otherwise a new bean is created (requires a default no-arg constructor).Name of method to callReference to an existing bean (bean id) to lookup in the registryScope of bean.