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". Valid method signature takes two parameters. First one is of type ServiceEndpoint, second parameter can be one of Exception or MessageExchange. Method should void.

Author:
gpatil

Optional Element Summary
 java.lang.String endpoint
           
 

endpoint

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


Copyright © 2006-2009. All Rights Reserved.