javax.xml.ws
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface FaultAction
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
Submit a bug or feature Copyright © 1993, 2017, Oracle and/or its affiliates. All rights reserved.
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.