org.apache.camel.model.dataformat
Class SoapJaxbDataFormat

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.model.DataFormatDefinition
          extended by org.apache.camel.model.dataformat.SoapJaxbDataFormat

public class SoapJaxbDataFormat
extends DataFormatDefinition


Constructor Summary
SoapJaxbDataFormat()
           
SoapJaxbDataFormat(String contextPath)
           
SoapJaxbDataFormat(String contextPath, Object elementNameStrategy)
           
SoapJaxbDataFormat(String contextPath, String elementNameStrategyRef)
           
 
Method Summary
protected  void configureDataFormat(DataFormat dataFormat)
          Allows derived classes to customize the data format
 String getContextPath()
           
 Object getElementNameStrategy()
           
 String getElementNameStrategyRef()
           
 String getEncoding()
           
 String getVersion()
           
 void setContextPath(String contextPath)
           
 void setElementNameStrategy(Object elementNameStrategy)
           
 void setElementNameStrategyRef(String elementNameStrategyRef)
           
 void setEncoding(String encoding)
           
 void setVersion(String version)
           
 
Methods inherited from class org.apache.camel.model.DataFormatDefinition
createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty
 
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

SoapJaxbDataFormat

public SoapJaxbDataFormat()

SoapJaxbDataFormat

public SoapJaxbDataFormat(String contextPath)

SoapJaxbDataFormat

public SoapJaxbDataFormat(String contextPath,
                          String elementNameStrategyRef)

SoapJaxbDataFormat

public SoapJaxbDataFormat(String contextPath,
                          Object elementNameStrategy)
Method Detail

setContextPath

public void setContextPath(String contextPath)

getContextPath

public String getContextPath()

setEncoding

public void setEncoding(String encoding)

getEncoding

public String getEncoding()

setElementNameStrategyRef

public void setElementNameStrategyRef(String elementNameStrategyRef)

getElementNameStrategyRef

public String getElementNameStrategyRef()

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

setElementNameStrategy

public void setElementNameStrategy(Object elementNameStrategy)

getElementNameStrategy

public Object getElementNameStrategy()

configureDataFormat

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

Overrides:
configureDataFormat in class DataFormatDefinition


Apache CAMEL