FileDocCategorySizeDatePackage
RequestWrapper.javaAPI DocJava SE 6 API1276Tue Jun 10 00:27:16 BST 2008javax.xml.ws

RequestWrapper

public class RequestWrapper
Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. The default value of the localName is the operationName, as defined in WebMethod annotation and the targetNamespace is the target namespace of the SEI.

When starting from Java this annotation is used resolve overloading conflicts in document literal mode. Only the className is required in this case.

since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringclassName()
Request wrapper bean name.

public java.lang.StringlocalName()
Element's local name.

public java.lang.StringtargetNamespace()
Element's namespace name.