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".
Valid method signature takes two parameters. First one is of type ServiceEndpoint,
second parameter is of type 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.