com.sun.xml.ws.client.sei
Class ValueSetter.Param
java.lang.Object
com.sun.xml.ws.client.sei.ValueSetter
com.sun.xml.ws.client.sei.ValueSetter.Param
- Enclosing class:
- ValueSetter
static final class ValueSetter.Param
- extends ValueSetter
Method Summary |
(package private) Object |
put(Object obj,
Object[] args)
Moves the value to the expected place. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueSetter.Param
public ValueSetter.Param(int idx)
put
Object put(Object obj,
Object[] args)
- Description copied from class:
ValueSetter
- Moves the value to the expected place.
- Specified by:
put
in class ValueSetter
- Parameters:
obj
- The unmarshalled object.args
- The arguments given to the Java method invocation. If obj
is supposed to be returned as a Holder
value, a suitable
Holder
is obtained from this argument list and obj
is set.
- Returns:
- if obj is supposed to be returned as a return value
from the method, this method returns obj. Otherwise null.