org.apache.qpid.client.message
Interface AMQMessageDelegateFactory<D extends AMQMessageDelegate>


public interface AMQMessageDelegateFactory<D extends AMQMessageDelegate>


Field Summary
static AMQMessageDelegateFactory DEFAULT_FACTORY
           
static AMQMessageDelegateFactory<AMQMessageDelegate_0_10> FACTORY_0_10
           
static AMQMessageDelegateFactory<AMQMessageDelegate_0_8> FACTORY_0_8
           
 
Method Summary
 D createDelegate()
           
 

Field Detail

DEFAULT_FACTORY

static final AMQMessageDelegateFactory DEFAULT_FACTORY

FACTORY_0_8

static final AMQMessageDelegateFactory<AMQMessageDelegate_0_8> FACTORY_0_8

FACTORY_0_10

static final AMQMessageDelegateFactory<AMQMessageDelegate_0_10> FACTORY_0_10
Method Detail

createDelegate

D createDelegate()


Licensed to the Apache Software Foundation