Uses of Class
com.sun.xml.ws.server.sei.EndpointValueSetter
Packages that use EndpointValueSetter
-
Uses of EndpointValueSetter in com.sun.xml.ws.server.sei
Fields in com.sun.xml.ws.server.sei declared as EndpointValueSetterModifier and TypeFieldDescriptionprotected final EndpointValueSetterEndpointArgumentsBuilder.AttachmentBuilder.setterMethods in com.sun.xml.ws.server.sei that return EndpointValueSetterModifier and TypeMethodDescriptionstatic EndpointValueSetterEndpointValueSetter.get(ParameterImpl p) Returns aEndpointValueSettersuitable for the givenParameter.Methods in com.sun.xml.ws.server.sei with parameters of type EndpointValueSetterModifier and TypeMethodDescriptionstatic EndpointArgumentsBuilderEndpointArgumentsBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param, EndpointValueSetter setter) Creates an AttachmentBuilder based on the parameter typeConstructors in com.sun.xml.ws.server.sei with parameters of type EndpointValueSetterModifierConstructorDescriptionBody(XMLBridge<?> bridge, EndpointValueSetter setter) Header(SOAPVersion soapVersion, ParameterImpl param, EndpointValueSetter setter) Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, EndpointValueSetter setter) NullSetter(EndpointValueSetter setter, Object nullValue)