Jan Martiska created CXF-4756:
---------------------------------

             Summary: Introduce @FaultAction annotation to specify WSA Action 
for Faults
                 Key: CXF-4756
                 URL: https://issues.apache.org/jira/browse/CXF-4756
             Project: CXF
          Issue Type: New Feature
          Components: WS-* Components
            Reporter: Jan Martiska
            Priority: Minor
             Fix For: 2.8.0


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to