Java Doc for EndpointValueSetter.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » server » 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 that need to be given to the Java method invocation.
Moves the value to the expected place.
Parameters: obj - The unmarshalled object. Parameters: args - The arguments that need to be 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.