AdapterService(配接器)
An adapter service provides access to Adapters. The primary function of an adapter service is to act as an adapter registry. An adapter service will typically provide support creating adapters through the web or for configuring which of available alternate adapter implementations should be used.
An adapter service is placeful, meaning that it exists at a location in the object hierarchy. A well-behaved adapter service will work with other adapter services higher in the object hierarchy, if any, and with the AdapterRegistry.
一个配接器服务提供可以访问配接器。配接器服务的主要功能是担当配接器的注册。一个配接器服务最典型的就是提供通过WEB或者配置创建配接器来可以被彼得立即使用。
一个配接器服务是固定的,意思是说它是存在一个对象层级上面的固定位置上的。如果可以的话,通过注册,一个设计良好的配接器服务是可以很好的运行在别的对象层级的配接器服务器上面的。