Package com.sun.xml.ws.server.sei
Class EndpointValueSetter
java.lang.Object
com.sun.xml.ws.server.sei.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.
- Author:
- Jitendra Kotamraju
-
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointValueSetterget(ParameterImpl p) Returns aEndpointValueSettersuitable for the givenParameter.
-
Method Details
-
get
Returns aEndpointValueSettersuitable for the givenParameter.
-