Adapter objects can transform an object into one that implements the required interface, without copying the data around.
适配器对象能够将对象转换为实现所需接口的对象,而不必复制涉及到的数据。
2
You now need to tell the adapter which business objects you will use to store the inbound data so that the adapter can create the appropriate inbound interface operations.
现在需要向适配器指示将用于存储入站数据的业务对象,以便适配器可以创建相应的入站接口操作。
3
Retrieves the data from the facade interface of the chart data service -- which could be an existing service or solution asset -- and is exposed by the RPC adapter.