org.apache.camel.component.jms
Class JmsIOConverter

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

public final class JmsIOConverter
extends Object

Some simple payload conversions to I/O Type Converters

Version:
$Revision: 533630 $

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
 

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.