Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
There is currently no simple way to set a WS-Addressing Action corresponding to a thrown Fault. Fault is an unchecked exception, thus it is not mapped into WSDL and ignored by @javax.xml.ws.Action annotation in Web Service definition. This feature introduces a CXF-specific annotation @org.apache.cxf.ws.addressing.impl.FaultAction which, when applied on an exception type, sets the WSA Action that should be applied after this exception is thrown by a WS-Addressing-enabled web service.
Attachments
Attachments
Issue Links
- is depended upon by
-
CXF-4589 Implement WS-Eventing for CXF
- Closed