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

ResponseWrapper

public class ResponseWrapper
Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. The default value of the localName is the operationName as defined in WebMethod annotation appended with Response 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()
Response wrapper bean name.

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

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