|
JAX-WS v2.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface FaultAction
The FaultAction annotation is used inside an Action
annotation to allow an explicit association of a WS-Addressing
Action message addressing property with the fault
messages of the WSDL operation mapped from the exception class.
In this version of JAX-WS there is no standard way to specify
Action values in a WSDL and there is no standard default value. It is intended that,
after the W3C WG on WS-Addressing has defined these items in a recommendation,
a future version of JAX-WS will require the new standards.
Action| Required Element Summary | |
|---|---|
java.lang.Class |
className
Name of the exception class |
| Optional Element Summary | |
|---|---|
java.lang.String |
value
Value of WS-Addressing Action message addressing property for the exception |
| Element Detail |
|---|
public abstract java.lang.Class className
public abstract java.lang.String value
Action message addressing property for the exception
|
JAX-WS v2.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Copyright © 2007 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.