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/02/05 04:43:05 UTC

[jira] Resolved: (CXF-332) Logical hander stops processing

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

Jervis Liu resolved CXF-332.
----------------------------

    Resolution: Fixed

> Logical hander stops processing
> -------------------------------
>
>                 Key: CXF-332
>                 URL: https://issues.apache.org/jira/browse/CXF-332
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>            Reporter: Jervis Liu
>         Assigned To: Jervis Liu
>         Attachments: cxf-332.patch
>
>
> According to spec, when logical handler returns false:
> Return false This indicates that normal message processing should cease. Subsequent actions depend 
> on whether the message exchange pattern (MEP) in use requires a response to the message currently 
> being processed2 or not: 
> Response The message direction is reversed, the runtime invokes handleMessage on the next
> handler or dispatches the message (see section 9.1.2.2) if there are no further handlers.
> Our current handler implmentation does not conform to this. See commented out test assertion in HandlerInvocationTest.testLogicalHandlerStopProcessing()

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