|
||||||||||
| 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 ProcessorDefinition<?>>
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 |
bindy(BindyType type,
String... packages)
Uses the Bindy data format |
T |
castor()
Uses the Castor data format |
T |
castor(String mappingFile)
Uses the Castor data format |
T |
castor(String mappingFile,
boolean validation)
Uses the Castor data format |
T |
csv()
Uses the CSV data format |
T |
gzip()
Uses the GZIP deflater data format |
T |
hl7()
Uses the HL7 data format |
T |
hl7(boolean validate)
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 |
jaxb(String contextPath)
Uses the JAXB data format with context path |
T |
json()
Uses the JSON data format using the XStream json library |
T |
json(JsonLibrary library)
Uses the JSON data format |
T |
json(JsonLibrary type,
Class<?> unmarshalType)
Uses the JSON data format |
T |
protobuf()
Uses the protobuf data format |
T |
protobuf(Object defaultInstance)
|
T |
protobuf(String instanceClassName)
|
T |
rss()
Uses the RSS data format |
T |
secureXML()
Uses the XML Security data format |
T |
secureXML(String secureTag,
boolean secureTagContents)
Uses the XML Security data format |
T |
secureXML(String secureTag,
boolean secureTagContents,
String passPhrase)
Uses the XML Security data format |
T |
secureXML(String secureTag,
boolean secureTagContents,
String passPhrase,
String xmlCipherAlgorithm)
Uses the XML Security data format |
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 |
tidyMarkup()
Return TidyMarkup in the default format as Node |
T |
tidyMarkup(Class<?> dataObjectType)
Return WellFormed HTML (an XML Document) either String or Node |
T |
xmlBeans()
Uses the xmlBeans data format |
T |
xstream()
Uses the XStream data format |
T |
xstream(String encoding)
Uses the xstream by setting the encoding |
T |
zip()
Uses the ZIP deflater data format |
T |
zip(int compressionLevel)
Uses the ZIP deflater 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 bindy(BindyType type,
String... packages)
type - the type of bindy data format to usepackages - packages to scan for Bindy annotated POJO classespublic T csv()
public T castor()
public T castor(String mappingFile)
mappingFile - name of mapping file to locate in classpath
public T castor(String mappingFile,
boolean validation)
mappingFile - name of mapping file to locate in classpathvalidation - whether validation is enabled or notpublic T gzip()
public T hl7()
public T hl7(boolean validate)
public T jaxb()
public T jaxb(String contextPath)
public T jaxb(boolean prettyPrint)
public T json()
public T json(JsonLibrary library)
library - the json library to use
public T json(JsonLibrary type,
Class<?> unmarshalType)
type - the json type to useunmarshalType - unmarshal type for json jackson typepublic T protobuf()
public T protobuf(Object defaultInstance)
public T protobuf(String instanceClassName)
public T rss()
public T serialization()
public T string()
public T string(String charset)
public T tidyMarkup(Class<?> dataObjectType)
String or Node
public T tidyMarkup()
Node
public T xstream()
public T xstream(String encoding)
public T secureXML()
public T secureXML(String secureTag,
boolean secureTagContents)
public T secureXML(String secureTag,
boolean secureTagContents,
String passPhrase)
public T secureXML(String secureTag,
boolean secureTagContents,
String passPhrase,
String xmlCipherAlgorithm)
public T xmlBeans()
public T zip()
public T zip(int compressionLevel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||