@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface RequestWrapper
此类通过将在运行时使用的请求包装器 bean 注释服务端点接口中的方法。正如 WebMethod 注释中所定义的,localName 的默认值是 operationName;targetNamespace 是 SEI 的目标名称空间。
当从 Java 中启动时,此注释用来解决文档字面值模式中的重载冲突。在此情况下只需要 className。
可选元素摘要 | |
---|---|
String |
className 请求包装器 bean 名称。 |
String |
localName 元素本地名称。 |
String |
targetNamespace 元素名称空间名称。 |
public abstract String localName
public abstract String targetNamespace
public abstract String className