|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArtixDSContentType | |
---|---|
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 ArtixDSContentType in org.apache.camel.builder |
---|
Methods in org.apache.camel.builder with parameters of type ArtixDSContentType | |
---|---|
T |
DataFormatClause.artixDS(ArtixDSContentType contentType)
Uses the Artix Data Services data format with the specified content type for marshalling and unmarshalling messages |
T |
DataFormatClause.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. |
Uses of ArtixDSContentType in org.apache.camel.model.dataformat |
---|
Methods in org.apache.camel.model.dataformat that return ArtixDSContentType | |
---|---|
ArtixDSContentType |
ArtixDSDataFormat.getContentType()
|
static ArtixDSContentType |
ArtixDSContentType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArtixDSContentType[] |
ArtixDSContentType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.camel.model.dataformat with parameters of type ArtixDSContentType | |
---|---|
void |
ArtixDSDataFormat.setContentType(ArtixDSContentType contentType)
|
Constructors in org.apache.camel.model.dataformat with parameters of type ArtixDSContentType | |
---|---|
ArtixDSDataFormat(ArtixDSContentType contentType)
|
|
ArtixDSDataFormat(Class<?> elementType,
ArtixDSContentType contentType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |