Uses of Class
com.sun.xml.ws.server.sei.ValueGetter

Packages that use ValueGetter
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
protected  ValueGetter MessageFiller.AttachmentFiller.getter
           
protected  ValueGetter[] EndpointResponseMessageBuilder.Wrapped.getters
          Abstracts away the Holder handling when touching method arguments.
 

Methods in com.sun.xml.ws.server.sei that return ValueGetter
(package private) static ValueGetter ValueGetter.get(ParameterImpl p)
          Returns a ValueGetter suitable for the given Parameter.
static ValueGetter ValueGetter.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're declared.
 

Methods in com.sun.xml.ws.server.sei with parameters of type ValueGetter
static MessageFiller MessageFiller.AttachmentFiller.createAttachmentFiller(ParameterImpl param, ValueGetter getter)
          Creates an MessageFiller based on the parameter type
 

Constructors in com.sun.xml.ws.server.sei with parameters of type ValueGetter
MessageFiller.AttachmentFiller(ParameterImpl param, ValueGetter getter)
           
MessageFiller.Header(int methodPos, Bridge bridge, ValueGetter getter)