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


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

Designates a call back method when outstanding call to other ServiceEndoints results in JBI message exchange status "error". Method should take one parameter of type Exception or MessageExchange.

Author:
gpatil

Optional Element Summary
 java.lang.String endpoint
           
 

endpoint

public abstract java.lang.String endpoint
Default:
""


Copyright © 2006-2008. All Rights Reserved.