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 one or 2 input parameters. When only one method is annotated with this, it should have 2 input parameter. First one being ServiceEndpoint, second one of the String, Node, Source, NormalizedMessage and MessageExchange. One can have more than one OnReply call back methods, provided all of them uses single input parameter of type String, Node, Source, NormalizedMessage and MessageExchange. And also property "endpoint" value corresponds to valid ServiceEndpoint member variable.

Author:
gmpatil, sgenipudi

Optional Element Summary
 java.lang.String endpoint
          Valid for single input parameter method.
 

endpoint

public abstract java.lang.String endpoint
Valid for single input parameter method. Value corresponds to the ServiceEndpoint member variable name.

Default:
""


Copyright © 2006-2008. All Rights Reserved.