|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageFactoryRegistry | |
---|---|
org.apache.qpid.client | |
org.apache.qpid.client.message |
Uses of MessageFactoryRegistry in org.apache.qpid.client |
---|
Fields in org.apache.qpid.client declared as MessageFactoryRegistry | |
---|---|
protected MessageFactoryRegistry |
BasicMessageConsumer._messageFactory
|
protected MessageFactoryRegistry |
AMQSession._messageFactoryRegistry
Holds the message factory factory for this session. |
Constructors in org.apache.qpid.client with parameters of type MessageFactoryRegistry | |
---|---|
AMQSession_0_10(org.apache.qpid.transport.Connection qpidConnection,
AMQConnection con,
int channelId,
boolean transacted,
int acknowledgeMode,
MessageFactoryRegistry messageFactoryRegistry,
int defaultPrefetchHighMark,
int defaultPrefetchLowMark)
Creates a new session on a connection. |
|
AMQSession_0_8(AMQConnection con,
int channelId,
boolean transacted,
int acknowledgeMode,
MessageFactoryRegistry messageFactoryRegistry,
int defaultPrefetchHighMark,
int defaultPrefetchLowMark)
Creates a new session on a connection. |
|
AMQSession(AMQConnection con,
int channelId,
boolean transacted,
int acknowledgeMode,
MessageFactoryRegistry messageFactoryRegistry,
int defaultPrefetchHighMark,
int defaultPrefetchLowMark)
Creates a new session on a connection. |
|
BasicMessageConsumer_0_10(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession session,
AMQProtocolHandler protocolHandler,
org.apache.qpid.framing.FieldTable arguments,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean noConsume,
boolean autoClose)
|
|
BasicMessageConsumer_0_8(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession session,
AMQProtocolHandler protocolHandler,
org.apache.qpid.framing.FieldTable arguments,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean noConsume,
boolean autoClose)
|
|
BasicMessageConsumer(int channelId,
AMQConnection connection,
AMQDestination destination,
String messageSelector,
boolean noLocal,
MessageFactoryRegistry messageFactory,
AMQSession session,
AMQProtocolHandler protocolHandler,
org.apache.qpid.framing.FieldTable arguments,
int prefetchHigh,
int prefetchLow,
boolean exclusive,
int acknowledgeMode,
boolean noConsume,
boolean autoClose)
|
Uses of MessageFactoryRegistry in org.apache.qpid.client.message |
---|
Methods in org.apache.qpid.client.message that return MessageFactoryRegistry | |
---|---|
static MessageFactoryRegistry |
MessageFactoryRegistry.newDefaultRegistry()
Construct a new registry with the default message factories registered |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |