[
https://issues.apache.org/jira/browse/TUSCANY-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759533#action_12759533
]
Kaushik Mukherjee commented on TUSCANY-3282:
--------------------------------------------
We may have a case where we have an input of JAXB and an output of SDO or
vice-versa.
DataObject someMethod(Person person);
> Support independent input and out data bindings
> -----------------------------------------------
>
> Key: TUSCANY-3282
> URL: https://issues.apache.org/jira/browse/TUSCANY-3282
> Project: Tuscany
> Issue Type: Improvement
> Reporter: Kaushik Mukherjee
> Attachments: TUSCANY-3282.patch
>
>
> The current interface processors assume that the input and output
> databindings will always be same.
> In the JAXWSJavaInterfaceProcessor the output wrapper is not set correctly.
> In the WrapperJavaInterfaceProcessor the output wrapper handler is set to be
> the same as the input wrapper handler.
> I have provided a patch to split the input and output databindings in these
> classes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.