-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ResponseWrapperUsed to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. The default value of thelocalNameis theoperationNameas defined inWebMethodannotation appended withResponseand thetargetNamespaceis the target namespace of the SEI.When starting from Java this annotation is used resolve overloading conflicts in document literal mode. Only the
classNameis required in this case.- Since:
- 1.6, JAX-WS 2.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringclassNameResponse wrapper bean name.java.lang.StringlocalNameElement's local name.java.lang.StringpartNamewsdl:part name for the wrapper partjava.lang.StringtargetNamespaceElement's namespace name.
-