@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface ResponseWrapper
localName
的默认值是
operationName
在
WebMethod
注释添加
Response
和
targetNamespace
定义是SEI的目标命名空间。
当从java使用这个注释解决超载文档文字模式的冲突。只有在这种情况下,需要className
。
public abstract String localName
public abstract String targetNamespace
public abstract String className
public abstract String partName
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.