org.glassfish.openesb.pojose.api.annotation
Annotation Type OnDone


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OnDone

Designates a call back method when all the outstanding response messages from other ServiceEndoints are recieved. Method should not take any parameters. Return type should be one of String, Node, Source, NormalizedMessage and MessageExchange or void for InOnly exchange pattern.

Author:
sgenipud



Copyright © 2006-2009. All Rights Reserved.