Package com.sun.xml.ws.client.sei
Class ValueSetter
- java.lang.Object
-
- com.sun.xml.ws.client.sei.ValueSetter
-
public abstract class ValueSetter extends Object
Moves a Java value unmarshalled from a response message to the right place.Sometimes values are returned as a return value, and others are returned in the
Holdervalue. Instances of this interface abstracts this detail.ValueSetteris a stateless behavior encapsulation.- Author:
- Kohsuke Kawaguchi