代理包装服务

代理包装服务代理包装服务
  1. 为了实现这一点,Spring使用事务代理来包装原始服务对象。

    To implement this , Spring wraps the original service object with a transactional proxy .

  2. 为客户机代理创建包装器服务实现、WSDL和绑定。

    Create a wrapper service implementation , WSDL , and binding for the client proxy .

  3. 在本例中,由框架送交给您的自动生成的脚本代理类包装了web服务方法调用,这样您便可以从脚本中与之交互。

    In this example , the auto-generated script proxy class handed to you by the framework wraps the web service method calls so that you may interact with it from script .