假设我有和XML文件,它定义了一些核心服务。
我想基于这些服务动态地使用Rest Easy生成REST API,以便发布和获取功能。
<services>
<service>
<type>BankBalance</type>
<field1>account_no</field1>
<field2>pin</field2>
<service>
<service>
<type>Deposit</type>
<field1>account_no</field1>
<field2>pin</field2>
<field3>amount</field3>
<service>
</services>
我想使用RESTEasy自动生成REST API,以提供
之类的路径http://exampleserver/rest/api/services/bankbalance/ {account_no上} / {销} http://exampleserver/rest/api/services/deposit/ {account_no上} / {销} /量