直接指定服务接口类,或使用附加的参数(即所需端口的完全限定名称)调用该方法。
Specify just the service interface class, or call the method with an additional parameter, which is the fully qualified name of the desired port.
该方法的第一个参数是Map,它的键为完全限定类名,而相应的值为包含该类源代码的CharSequence。
The first argument to this method is a Map whose keys are fully qualified class names and whose corresponding values are CharSequences containing the source for that class. For example.
清单 9 中的整个方法完全是线程安全的,因为列表处理中使用的整个中间状态保存在参数的堆栈上。
应用推荐