com.sun.xml.ws.client.sei
Class ValueSetter

java.lang.Object
  extended by 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 Holder value. Instances of this interface abstracts this detail.

ValueSetter is a stateless behavior encapsulation.

Author:
Kohsuke Kawaguchi

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.