Uses of Class
com.sun.xml.ws.server.sei.ValueGetter
-
Packages that use ValueGetter Package Description com.sun.xml.ws.server.sei -
-
Uses of ValueGetter in com.sun.xml.ws.server.sei
Fields in com.sun.xml.ws.server.sei declared as ValueGetter Modifier and Type Field Description protected ValueGetterMessageFiller.AttachmentFiller. getterprotected ValueGetter[]EndpointResponseMessageBuilder.Wrapped. gettersAbstracts away theHolderhandling when touching method arguments.protected ValueGetter[]EndpointResponseMessageBuilder.Wrapped. gettersAbstracts away theHolderhandling when touching method arguments.Methods in com.sun.xml.ws.server.sei that return ValueGetter Modifier and Type Method Description static ValueGetterValueGetter. get(ParameterImpl p)Returns aValueGettersuitable for the givenParameter.static ValueGetterValueGetter. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueGetter[]ValueGetter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.ws.server.sei with parameters of type ValueGetter Modifier and Type Method Description static MessageFillerMessageFiller.AttachmentFiller. createAttachmentFiller(ParameterImpl param, ValueGetter getter)Creates an MessageFiller based on the parameter typeConstructors in com.sun.xml.ws.server.sei with parameters of type ValueGetter Constructor Description AttachmentFiller(ParameterImpl param, ValueGetter getter)Header(int methodPos, XMLBridge bridge, ValueGetter getter)
-