Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
Unknown
Description
The REST component has binding support could use bit more flexibility:
- bindingMode should be exposed on component/endpoint, currently it's only configurable through RestConfiguration
- bindingMode could be set to auto if not set and inType or outType is present
- RestProducerBindingProcessor.type (inType from RestEndpoint) is not used to marshal body of the request, it probably should be removed?