Skip to content

Introduce proxy-based REST client similar to HttpInvokerProxyFactoryBean [SPR-12131] #16747

Closed
@spring-projects-issues

Description

@spring-projects-issues

George Georgovassilis opened SPR-12131 and commented

This ticket proposes a new component that will work similarly to HttpInvokerProxyFactoryBean and allows binding a java interface to a remote REST/JSON service. Annotations on the interface and its methods would define the mapping of method invocations to concrete HTTP requests to the REST service.

The component would be a proxy factory which is given the mapping (possibly via a class name) and returns proxies which pass method invocations to the remote REST service.

For a possible implementation see https://github.com/ggeorgovassilis/spring-rest-invoker


Affects: 4.0.6, 4.3.3

Reference URL: https://groups.google.com/forum/#!topic/spring-framework-contrib/HTja1bE1TWY

Issue Links:

4 votes, 9 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anothertype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions