|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.builder.DataFormatClause<T>
public class DataFormatClause<T extends ProcessorType>
An expression for constructing the different possible DataFormat
options.
Nested Class Summary | |
---|---|
static class |
DataFormatClause.Operation
DataFormat operations. |
Constructor Summary | |
---|---|
DataFormatClause(T processorType,
DataFormatClause.Operation operation)
|
Method Summary | |
---|---|
T |
artixDS()
Uses the Artix Data Services data format for dealing with lots of different message formats such as SWIFT etc. |
T |
artixDS(ArtixDSContentType contentType)
Uses the Artix Data Services data format with the specified content type for marshalling and unmarshalling messages |
T |
artixDS(Class<?> dataObjectType)
Uses the Artix Data Services data format with the specified type of ComplexDataObject for marshalling and unmarshalling messages using the dataObject's default Source and Sink. |
T |
artixDS(Class<?> elementType,
ArtixDSContentType contentType)
Uses the Artix Data Services data format with the specified type of ComplexDataObject for marshalling and unmarshalling messages using the dataObject's default Source and Sink. |
T |
csv()
Uses the CSV data format |
T |
hl7()
Uses the HL7 data format |
T |
jaxb()
Uses the JAXB data format |
T |
jaxb(boolean prettyPrint)
Uses the JAXB data format turning pretty printing on or off |
T |
serialization()
Uses the Java Serialization data format |
T |
string()
Uses the String data format |
T |
string(String charset)
Uses the String data format supporting encoding using given charset |
T |
xmlBeans()
Uses the JAXB data format |
T |
xstream()
Uses the XStream data format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataFormatClause(T processorType, DataFormatClause.Operation operation)
Method Detail |
---|
public T artixDS()
public T artixDS(Class<?> dataObjectType)
public T artixDS(Class<?> elementType, ArtixDSContentType contentType)
public T artixDS(ArtixDSContentType contentType)
public T csv()
public T hl7()
public T jaxb()
public T jaxb(boolean prettyPrint)
public T serialization()
public T string()
public T string(String charset)
public T xmlBeans()
public T xstream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |