< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/sei/EndpointValueSetter.java

Print this page

        

*** 51,64 **** * Moves the value to the expected place. * * @param obj * The unmarshalled object. * @param args ! * The arguments that need to be 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. * */ abstract void put(Object obj, Object[] args); /** --- 51,64 ---- * Moves the value to the expected place. * * @param obj * The unmarshalled object. * @param args ! * The arguments that need to be 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. * */ abstract void put(Object obj, Object[] args); /**
< prev index next >