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.
在使用 Maven 生成 Apache CXF Web 服务客户端时,是否可以通过 JAX-WS 绑定文件在服务端点接口 (SEI) 类上添加自定义注释?
到目前为止,在我看来,像Annox这样的东西仅限于来自模式和 JAXB 绑定的数据类型。我尝试annox为 WSDL 的元素设置 JAX-WS 绑定portType,但它没有选择它。
annox
portType
谢谢你。