org.apache.camel.model.dataformat
Class ArtixDSDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.dataformat.DataFormatType
          extended by org.apache.camel.model.dataformat.ArtixDSDataFormat
All Implemented Interfaces:
DataFormat

public class ArtixDSDataFormat
extends DataFormatType

Represents the Artix Data Services DataFormat

Version:
$Revision: 382 $

Constructor Summary
ArtixDSDataFormat()
           
ArtixDSDataFormat(ArtixDSContentType contentType)
           
ArtixDSDataFormat(Class<?> elementType)
           
ArtixDSDataFormat(Class<?> elementType, ArtixDSContentType contentType)
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
 ArtixDSContentType getContentType()
           
 Class<?> getElementType()
           
 String getElementTypeName()
           
 String getFormat()
           
 void setContentType(ArtixDSContentType contentType)
           
 void setElementType(Class<?> elementType)
           
 void setElementTypeName(String elementTypeName)
           
 void setFormat(String format)
           
 
Methods inherited from class org.apache.camel.model.dataformat.DataFormatType
createDataFormat, getDataFormat, getDataFormat, marshal, setProperty, unmarshal
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtixDSDataFormat

public ArtixDSDataFormat()

ArtixDSDataFormat

public ArtixDSDataFormat(Class<?> elementType)

ArtixDSDataFormat

public ArtixDSDataFormat(Class<?> elementType,
                         ArtixDSContentType contentType)

ArtixDSDataFormat

public ArtixDSDataFormat(ArtixDSContentType contentType)
Method Detail

getElementTypeName

public String getElementTypeName()

setElementTypeName

public void setElementTypeName(String elementTypeName)

getContentType

public ArtixDSContentType getContentType()

setContentType

public void setContentType(ArtixDSContentType contentType)

getElementType

public Class<?> getElementType()

setElementType

public void setElementType(Class<?> elementType)

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

configureDataFormat

protected void configureDataFormat(DataFormat dataFormat)
Description copied from class: DataFormatType
Allows derived classes to customize the data format

Overrides:
configureDataFormat in class DataFormatType


Copyright © 2010 IONA Open Source Community. All Rights Reserved.