org.apache.qpid.framing
Interface FieldTable.FieldTableElementProcessor

Enclosing class:
FieldTable

public static interface FieldTable.FieldTableElementProcessor


Method Summary
 Object getResult()
           
 boolean processElement(String propertyName, AMQTypedValue value)
           
 

Method Detail

processElement

boolean processElement(String propertyName,
                       AMQTypedValue value)

getResult

Object getResult()


Licensed to the Apache Software Foundation