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


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

Designates a call back method when the outstanding response messages from other ServiceEndoints are recieved. Valid method signature return void and have 2 input parameters. Only one method is annotated with this and should have 2 input parameter. First one being ServiceEndpoint, second one of the String, Node, Source, NormalizedMessage and MessageExchange. Note this call back method is not called for "done" or "error" status of the InOnly MessageExchange. This method will be only called with/for "out" message of InOut MessageExchange.

Author:
gmpatil, sgenipudi



Copyright © 2006-2009. All Rights Reserved.