Class ParameterImpl

java.lang.Object
com.sun.xml.ws.model.ParameterImpl
All Implemented Interfaces:
Parameter
Direct Known Subclasses:
WrapperParameter

public class ParameterImpl extends Object implements Parameter
runtime Parameter that abstracts the annotated java parameter

A parameter may be bound to a header, a body, or an attachment. Note that when it's bound to a body, it's bound to a body, it binds to the whole payload.

Sometimes multiple Java parameters are packed into the payload, in which case the subclass WrapperParameter is used.

Author:
Vivek Pandey