< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/ValueSetter.java

Print this page

        

*** 55,72 **** * Moves the value to the expected place. * * @param obj * The unmarshalled object. * @param args ! * The arguments given to the Java method invocation. If <tt>obj</tt> * is supposed to be returned as a {@link Holder} value, a suitable ! * {@link Holder} is obtained from this argument list and <tt>obj</tt> * is set. * * @return ! * if <tt>obj</tt> is supposed to be returned as a return value ! * from the method, this method returns <tt>obj</tt>. Otherwise null. */ abstract Object put(Object obj, Object[] args); /** * Singleton instance. --- 55,72 ---- * Moves the value to the expected place. * * @param obj * The unmarshalled object. * @param args ! * The arguments given to the Java method invocation. If {@code obj} * is supposed to be returned as a {@link Holder} value, a suitable ! * {@link Holder} is obtained from this argument list and {@code obj} * is set. * * @return ! * if {@code obj} is supposed to be returned as a return value ! * from the method, this method returns {@code obj}. Otherwise null. */ abstract Object put(Object obj, Object[] args); /** * Singleton instance.
< prev index next >