You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2007/01/31 19:30:05 UTC

[jira] Updated: (CXF-398) XMLBinding Provider implementations can not receive Multipart/Related messages

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

Sergey Beryozkin updated CXF-398:
---------------------------------

    Attachment: rt_provider_attachment.patch

Patch includes following updates :

* org.apache.cxf.binding.xml.XMLBindingFactory updated to add AttachmentInInterceptor to created bindings
* org.apache.cxf.jaxws.ProviderChainObserver.onMessage() adds AttachmentInInterceptor unless Provider's type parameter is DataSource or SourceMessage
* org.apache.cxf.jaxws.support.ContextPropertiesMappping converts Message.getAttachments into Map<String, DataHandler> as per JAXWS spec
* org.apache.cxf.jaxws.interceptors.DispatchInInterceptor skips GET requets
* org.apache.cxf.jaxws.interceptors.DispatchOutInterceptor closes DataSource input stream after copying the data to output stream
* org.apache.cxf.jaxws.transports.http.JettyHTTPDestination updated not to duplicate response Content-Type and honour Content-Type property if set in Provider implementations

Added unit tests and system test


> XMLBinding Provider<Source> implementations can not receive Multipart/Related messages 
> ---------------------------------------------------------------------------------------
>
>                 Key: CXF-398
>                 URL: https://issues.apache.org/jira/browse/CXF-398
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>         Environment: Windows
>            Reporter: Sergey Beryozkin
>             Fix For: 2.0-RC
>
>         Attachments: rt_provider_attachment.patch
>
>
> XMLBinding Provider<Source> implementaions should be able to get the root part of Multipart/Related messages as input Source in invoke(Source) and other (XML, text,  binary) attachments as MesageContext.INBOUND_MESSAGE_ATTACHMENTS

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