|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.server.sei.EndpointValueSetter
public abstract class EndpointValueSetter
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 |
|---|
public static EndpointValueSetter get(ParameterImpl p)
EndpointValueSetter suitable for the given Parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||