[
https://issues.apache.org/activemq/browse/CAMEL-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61100#action_61100
]
Savas Ali Tokmen commented on CAMEL-3033:
-----------------------------------------
I believe this feature is CXF-specific and will therefore not modify
camel-core. Since the @WebFault is part of the JAX-WS 2.x spec, itself
implemented by CXF, no extra JARs need to be included for camel-cxf.
> @WebFault interceptor to map exceptions to faults
> -------------------------------------------------
>
> Key: CAMEL-3033
> URL: https://issues.apache.org/activemq/browse/CAMEL-3033
> Project: Apache Camel
> Issue Type: New Feature
> Components: camel-core
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: Future
>
>
> Like the {{HandleFaultInterceptor}} which turns fault -> exception, we should
> offer the reverse.
> The @WebFault is a standard annotation. The interceptor should then
> introspect the thrown exception and see if its annotated with @WebFault. If
> so it should turn the exception into a fault message.
> See nabble
> http://camel.465427.n5.nabble.com/CXF-consumer-fault-handling-tp2264078p2264078.html
> It should be possible to include in camel-core as annotations jars is
> optional.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.