|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequenceSender
A sender for synchronously sending message exchanges.
| Method Summary | |
|---|---|
void |
sendSync(java.util.List<javax.jbi.messaging.MessageExchange> exchanges)
Synchronously sends a list of message exchanges in the order given by the argument list. |
void |
sendSync(javax.jbi.messaging.MessageExchange exchange)
Synchronously sends a single message exchange. |
| Method Detail |
|---|
void sendSync(javax.jbi.messaging.MessageExchange exchange)
throws javax.jbi.messaging.MessagingException
exchange - a message exchange.
javax.jbi.messaging.MessagingException - if a system-level error occurs.
void sendSync(java.util.List<javax.jbi.messaging.MessageExchange> exchanges)
throws javax.jbi.messaging.MessagingException
exchanges - a list of message exchanges.
javax.jbi.messaging.MessagingException - if a system-level error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||