* <a href="http://activemq.apache.org/camel/artix-data-services.html">Artix Data Services</a>
* data format with the specified type of ComplexDataObject
* for marshalling and unmarshalling messages using the dataObject's default Source and Sink.
*/
public T artixDS(Class<?> elementType, ArtixDSContentType contentType) {
return dataFormat(new ArtixDSDataFormat(elementType, contentType));
}