Uses of Enum
com.sun.xml.ws.server.sei.ValueGetter
Packages that use ValueGetter
-
Uses of ValueGetter in com.sun.xml.ws.server.sei
Fields in com.sun.xml.ws.server.sei declared as ValueGetterModifier and TypeFieldDescriptionprotected final ValueGetterMessageFiller.AttachmentFiller.getterprotected final ValueGetter[]EndpointResponseMessageBuilder.Wrapped.gettersAbstracts away theHolderhandling when touching method arguments.protected final ValueGetter[]EndpointResponseMessageBuilder.Wrapped.gettersAbstracts away theHolderhandling when touching method arguments.Methods in com.sun.xml.ws.server.sei that return ValueGetterModifier and TypeMethodDescriptionstatic ValueGetterValueGetter.get(ParameterImpl p) Returns aValueGettersuitable for the givenParameter.static ValueGetterReturns 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 ValueGetterModifier and TypeMethodDescriptionstatic 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 ValueGetterModifierConstructorDescriptionprotectedAttachmentFiller(ParameterImpl param, ValueGetter getter) Header(int methodPos, XMLBridge bridge, ValueGetter getter)