com.bea.wli.common
Annotation Type MethodReliable


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


Optional Element Summary
 boolean enable
          The enable attribute specifies whether this operation should use reliable messaging.
 

enable

public abstract boolean enable
The enable attribute specifies whether this operation should use reliable messaging.

Default:
false