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

Packages that use ValueGetter
com.sun.xml.ws.client.sei   
 

Uses of ValueGetter in com.sun.xml.ws.client.sei
 

Fields in com.sun.xml.ws.client.sei declared as ValueGetter
protected  ValueGetter MessageFiller.AttachmentFiller.getter
           
protected  ValueGetter[] BodyBuilder.Wrapped.getters
          Abstracts away the Holder handling when touching method arguments.
 

Methods in com.sun.xml.ws.client.sei that return ValueGetter
(package private) abstract  ValueGetter ValueGetterFactory.get(ParameterImpl p)
           
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 are declared.
 

Methods in com.sun.xml.ws.client.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.client.sei with parameters of type ValueGetter
BodyBuilder.Bare(ParameterImpl p, SOAPVersion soapVersion, ValueGetter getter)
          Creates a BodyBuilder from a bare parameter.
MessageFiller.AttachmentFiller(ParameterImpl param, ValueGetter getter)
           
MessageFiller.Header(int methodPos, Bridge bridge, ValueGetter getter)