org.apache.camel.component.jms
Class JmsIOConverter

java.lang.Object
  extended by org.apache.camel.component.jms.JmsIOConverter

public class JmsIOConverter
extends Object

Some simple payload conversions to I/O Type Converters

Version:
$Revision: 533630 $

Constructor Summary
JmsIOConverter()
           
 
Method Summary
static ByteBuffer toByteBuffer(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsIOConverter

public JmsIOConverter()
Method Detail

toByteBuffer

public static ByteBuffer toByteBuffer(Message message)
                               throws Exception
Parameters:
message -
Returns:
a ByteBuffer
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.