static class EndpointValueSetter.Param extends EndpointValueSetter
EndpointValueSetter.HolderParam, EndpointValueSetter.Param| Modifier and Type | Field and Description |
|---|---|
protected int |
idx
Index of the argument to put the value to.
|
| Constructor and Description |
|---|
EndpointValueSetter.Param(int idx) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
put(Object obj,
Object[] args)
Moves the value to the expected place.
|
getvoid put(Object obj, Object[] args)
EndpointValueSetterput in class EndpointValueSetterobj - The unmarshalled object.args - The arguments that need to be 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.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.