interface proxy 接口代理
A JAX-WS client USES a generated proxy interface to access a service.
JAX - WS客户机使用生成的代理接口访问服务。
The InvocationHandler interface, shown in Listing 11, describes how a handler can process methods invoked on a Proxy interface implementation.
清单 11 中显示的 InvocationHandler 接口描述一个处理程序如何处理 Proxy 接口实现上的方法调用。
First of all, you can provide an interface that the proxy needs to implement and access the proxy from the client application through that interface.
首先,你可以提供一个代理需要实现的接口,并通过该接口从客户端应用程序中访问代理。
应用推荐