|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessageHandler
Interface definition for a processor able to deal with a specific message. The concrete implementor must define what has to be done with the supplied (incoming) stream and the sequence number.
Method Summary | |
---|---|
void |
process(org.apache.qpid.transport.codec.Decoder decoder,
int sequenceNumber)
Processes the (incoming) stream message. |
void |
setDomainModel(DomainModel domainModel)
Injects the domain model into this handler. |
Method Detail |
---|
void process(org.apache.qpid.transport.codec.Decoder decoder, int sequenceNumber)
decoder
- the stream decoder.sequenceNumber
- the sequence number of the message.void setDomainModel(DomainModel domainModel)
domainModel
- the domain model.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |