|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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 unavailablepublic 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 unavailablepublic void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |