CXF REST & SOAP Exception Handling Together
CXF REST & SOAP Exception Handling Together explains about how to handle an Exception In CXF REST & SOAP Services together without changing the logic
Apache CXF & is a free and open source project, and a fully featured Webservice framework. It helps you building webservices using different front-end API's, like as JAX-RS (restful based services) and JAX-WS (WSDL based services).
By using this configuration, We can expose both restful / JAX-RS and JAX-WS services without any code change and helps you to resuse the same business logic
You can see the below example, which is demonstrate about how to handle an Exception in CXF REST & SOAP together