-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface RequestWrapperUsed to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. The default value of thelocalNameis theoperationName, as defined inWebMethodannotation and 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.StringclassNameRequest wrapper bean name.java.lang.StringlocalNameElement's local name.java.lang.StringpartNamewsdl:part name for the wrapper partjava.lang.StringtargetNamespaceElement's namespace name.
-