Uses of Class
org.apache.camel.model.dataformat.Any23Type
-
Packages that use Any23Type Package Description org.apache.camel.builder org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components -
-
Uses of Any23Type in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type Any23Type Modifier and Type Method Description T
DataFormatClause. any23(String baseuri, Any23Type outputformat)
T
DataFormatClause. any23(String baseuri, Any23Type outputformat, Map<String,String> configurations)
T
DataFormatClause. any23(String baseuri, Any23Type outputformat, Map<String,String> configurations, List<String> extractors)
-
Uses of Any23Type in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return Any23Type Modifier and Type Method Description static Any23Type
Any23Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Any23Type[]
Any23Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.camel.model.dataformat with parameters of type Any23Type Constructor Description Any23DataFormat(String baseuri, Any23Type outputFormat)
Any23DataFormat(String baseuri, Any23Type outputFormat, Map<String,String> configurations)
Any23DataFormat(String baseuri, Any23Type outputFormat, Map<String,String> configurations, List<String> extractors)
-