|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageEndpoint
A factory for message end points
| Method Summary | |
|---|---|
void |
afterDelivery()
Invoked after delivery |
void |
beforeDelivery(Method method)
Invoked before delivery |
void |
release()
Release the endpoint |
| Method Detail |
|---|
void beforeDelivery(Method method)
throws NoSuchMethodException,
ResourceException
method - the method on the endpoint
NoSuchMethodException - when there is no such method
ResourceException - for a generic error
ApplicationServerInternalException - for an error in the
application server
IllegalStateException - when not in the correct state, eg. before
and after delivery are not paired
UnavailableException - when the endpoint is unavailable
void afterDelivery()
throws ResourceException
ResourceException - for a generic error
ApplicationServerInternalException - for an error in the
application server
IllegalStateException - when not in the correct state, eg. before
and after delivery are not paired
UnavailableException - when the endpoint is unavailablevoid release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||