|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Optional Element Summary | |
---|---|
java.lang.String |
endpoint
Valid for single input parameter method. |
public abstract java.lang.String endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |