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:39:05 UTC

[jira] Commented: (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:comment-tabpanel#action_12469148 ] 

Sergey Beryozkin commented on CXF-398:
--------------------------------------

After this patch applied the follwing needs to be done :

* New Jira issue opened for creating LazyAttachmentMap which will defer the actual reading of the attachments until Provider<Source> will actually request them

* for Provider<SoapBody> : on response a Provider implementation may wish to return Message.OUTBOUND_MESSAGE_ATTACHMENTS, which will need to be converted in org.apache.cxf.jaxws.support.ContextPropertiesMappping to out Message.setAttachments;  org.apache.cxf.jaxws.ProviderChainObserver.onMessage() will need AttachmentOutInterceptor added too to handle this case

* Clarify if Provider<DataSource> implementations need to get the root part only as DataSource, if yes then it will require a single line change to ProviderChainObserver which does not (in the attached path) adds AttachmentInInterceptor for Provider<DataSource>

> 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.