Java Doc for WrapperParameter.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » model » Java Source Code / Java DocumentationJava Source Code and Java Documentation
ParameterImpl that represents a wrapper,
which is a parameter that consists of multiple nested
ParameterImpl s
within, which together form a body part.
Java method parameters represented by nested
ParameterImpl s will be
packed into a "wrapper bean" and it becomes the
ParameterImpl for the
body.
This parameter is only used for the
ParameterBinding.BODY binding.
Other parameters that bind to other parts (such as headers or unbound)
will show up directly under
JavaMethod .
author: Vivek Pandey