You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/05/04 18:21:15 UTC

[jira] Resolved: (CXF-630) When handleMessage throws ProtocolException, the Message should be replaced with a fault Message

     [ https://issues.apache.org/jira/browse/CXF-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jervis Liu resolved CXF-630.
----------------------------

    Resolution: Fixed

> When handleMessage throws ProtocolException, the Message should be replaced with a fault Message
> ------------------------------------------------------------------------------------------------
>
>                 Key: CXF-630
>                 URL: https://issues.apache.org/jira/browse/CXF-630
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>
> JAX-WS 9.3.2.1:
>     Throw ProtocolException or a subclass This indicates that normal message processing should cease. 
>     Subsequent actions depend on whether the MEP in use requires a response to the message currently 
>     being processed or not:
>     Response Normal message processing stops, fault message processing starts. The message direction 
>     is reversed, if the message is not already a fault message then it is replaced with a fault message, 
>     and the runtime invokes handleFault on the next handler or dispatches the message (see 
>     section 9.1.2.2) if there are no further handlers.
> See test case:HandlerChainInvokerTest.testHandleMessageThrowsProtocolExceptionWithResponseExpected()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.