Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
动态代理,正如它的名字暗示的,能在运行时动态的支持一个SEI而不需要产生任何代码实现一个特定的SEI。
The best approach, typically, is to generate an SEI from the service's WSDL and call the SEI proxy.
最好的方法就是根据服务的wsdl生成sei,并调用SEI代理。
A dynamic proxy can be obtained during run time by providing an SEI. It is not as statically bound as a stub class, but it requires an SEI to be instantiated.
一个动态代理可以在运行时通过提供一个SEI来获得。
应用推荐