Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序需要调用 SOAP 服务并且是一个多线程应用程序。我已经使用 cxf-codegen-plugin 生成了 Web 服务客户端。现在,如果使用生成的客户端调用 SOAP 服务, new AddWSService().getAddWS().add(x,y); 是否总是会影响创建新客户端的性能?我是否需要考虑缓存客户端实例?
new AddWSService().getAddWS().add(x,y);