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


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

Designates a call back method when outstanding call to other ServiceEndoints results in JBI message exchange status "fault". Method should take one parameter of type MessageExchange, String, Node, Source or javax.jbi.messaging.Fault.

Author:
gpatil

Optional Element Summary
 java.lang.String endpoint
           
 

endpoint

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


Copyright © 2006-2009. All Rights Reserved.