Uses of Class
org.apache.camel.model.dataformat.C24IOContentType

Packages that use C24IOContentType
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
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 C24IOContentType in org.apache.camel.builder
 

Methods in org.apache.camel.builder with parameters of type C24IOContentType
 T DataFormatClause.c24io(C24IOContentType contentType)
          Uses the C24IO data format with the specified content type for marshalling and unmarshalling messages
 T DataFormatClause.c24io(Class<?> elementType, C24IOContentType contentType)
          Uses the C24IO data format with the specified type of ComplexDataObject for marshalling and unmarshalling messages using the dataObject's default Source and Sink.
 

Uses of C24IOContentType in org.apache.camel.model.dataformat
 

Methods in org.apache.camel.model.dataformat that return C24IOContentType
 C24IOContentType C24IODataFormat.getContentType()
           
static C24IOContentType C24IOContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static C24IOContentType[] C24IOContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.model.dataformat with parameters of type C24IOContentType
 void C24IODataFormat.setContentType(C24IOContentType contentType)
           
 

Constructors in org.apache.camel.model.dataformat with parameters of type C24IOContentType
C24IODataFormat(C24IOContentType contentType)
           
C24IODataFormat(Class<?> elementType, C24IOContentType contentType)
           
 



Apache CAMEL