|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TwoWayCourier
| Method Summary | |
|---|---|
Message |
pickup(long waitTime)
Instruct the courier to wait for a pickup in the replyToEpr |
Message |
pickup(long waitTime,
EPR epr)
Instruct the courier to wait for a pickup in the specified EPR |
void |
setReplyToEpr(EPR replyToEPR)
Sets the replyToEPR. |
void |
setToEpr(EPR toEPR)
Sets the toEPR. |
| Methods inherited from interface org.jboss.soa.esb.couriers.Courier |
|---|
deliver |
| Methods inherited from interface org.jboss.internal.soa.esb.couriers.DeliverOnlyCourier |
|---|
cleanup |
| Methods inherited from interface org.jboss.internal.soa.esb.couriers.PickUpOnlyCourier |
|---|
cleanup |
| Method Detail |
|---|
Message pickup(long waitTime)
throws CourierException,
CourierTimeoutException
pickup in interface org.jboss.internal.soa.esb.couriers.PickUpOnlyCourierwaitTime - - Pickup timeout for before giving up on this pickup. Time in millis.
CourierException - the courier fails (e.g., gets a flat tire).
CourierTimeoutException - if the pickup timed out (nobody home).
Message pickup(long waitTime,
EPR epr)
throws CourierException,
CourierTimeoutException,
MalformedEPRException
waitTime - - Pickup timeout for before giving up on this pickup. Time in millis.epr - - Pickup address
CourierException - the courier fails (e.g., gets a flat tire).
CourierTimeoutException - if the pickup timed out (nobody home).
MalformedEPRException
void setToEpr(EPR toEPR)
throws CourierException,
MalformedEPRException
toEPR - - EPR specifying the 'to' address.
CourierException
MalformedEPRException
void setReplyToEpr(EPR replyToEPR)
throws CourierException,
MalformedEPRException
replyToEPR - - EPR specifying the reply to address.
CourierException
MalformedEPRException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||