Java Doc for ValueSetter.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » client » sei » Java Source Code / Java DocumentationJava Source Code and Java Documentation
put(Object obj, Object[] args) Moves the value to the expected place.
Parameters: obj - The unmarshalled object. Parameters: args - The arguments given to the Java method invocation.
Moves the value to the expected place.
Parameters: obj - The unmarshalled object. Parameters: args - The arguments given to the Java method invocation. If objis supposed to be returned as a Holder value, a suitableHolder is obtained from this argument list and objis set.if obj is supposed to be returned as a return valuefrom the method, this method returns obj. Otherwise null.