org.apache.qpid.client.message
Class FieldTableSupport

java.lang.Object
  extended by org.apache.qpid.client.message.FieldTableSupport

public class FieldTableSupport
extends Object


Constructor Summary
FieldTableSupport()
           
 
Method Summary
static org.apache.qpid.framing.FieldTable convertToFieldTable(Map<String,?> props)
           
static Map<String,Object> convertToMap(org.apache.qpid.framing.FieldTable ft)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTableSupport

public FieldTableSupport()
Method Detail

convertToFieldTable

public static org.apache.qpid.framing.FieldTable convertToFieldTable(Map<String,?> props)

convertToMap

public static Map<String,Object> convertToMap(org.apache.qpid.framing.FieldTable ft)


Licensed to the Apache Software Foundation