org.apache.camel.converter.jaxb
Class ExchangeType

java.lang.Object
  extended by org.apache.camel.converter.jaxb.ExchangeType

public class ExchangeType
extends Object

Version:
$Revision: 640731 $

Constructor Summary
ExchangeType()
           
 
Method Summary
 Object getBody()
           
 List<PropertyType> getProperties()
           
 void setBody(Object body)
           
 void setProperties(List<PropertyType> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeType

public ExchangeType()
Method Detail

getBody

public Object getBody()

setBody

public void setBody(Object body)

getProperties

public List<PropertyType> getProperties()

setProperties

public void setProperties(List<PropertyType> properties)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.