CxfRsProducer should support invoking methods with no parameters
-----------------------------------------------------------------

                 Key: CAMEL-3796
                 URL: https://issues.apache.org/jira/browse/CAMEL-3796
             Project: Camel
          Issue Type: Improvement
          Components: camel-cxf
            Reporter: Willem Jiang
             Fix For: 2.8.0


Current CxfRsProducer will try to locate the method invocation for calling the 
proxy client by using the reflection API.
It can't handle the no parameters rightly as the message body could be null, 
and the user needs to apply custom converter to work around this issue.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to