com.sun.xml.ws.server.sei
Class EndpointValueSetter

java.lang.Object
  extended by com.sun.xml.ws.server.sei.EndpointValueSetter

public abstract class EndpointValueSetter
extends java.lang.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.

EndpointValueSetter is a stateless behavior encapsulation.


Method Summary
static EndpointValueSetter get(ParameterImpl p)
          Returns a EndpointValueSetter suitable for the given Parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static EndpointValueSetter get(ParameterImpl p)
Returns a EndpointValueSetter suitable for the given Parameter.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.