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

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

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

Fields in com.sun.xml.ws.client.sei declared as ValueGetterFactory
(package private) static ValueGetterFactory ValueGetterFactory.ASYNC
          In case of SEI async signatures, there are no holders.
(package private) static ValueGetterFactory ValueGetterFactory.SYNC
           
 

Methods in com.sun.xml.ws.client.sei that return ValueGetterFactory
(package private)  ValueGetterFactory SyncMethodHandler.getValueGetterFactory()
           
(package private) abstract  ValueGetterFactory SEIMethodHandler.getValueGetterFactory()
           
(package private)  ValueGetterFactory AsyncMethodHandler.getValueGetterFactory()
           
 

Constructors in com.sun.xml.ws.client.sei with parameters of type ValueGetterFactory
BodyBuilder.DocLit(WrapperParameter wp, SOAPVersion soapVersion, ValueGetterFactory getter)
          Creates a BodyBuilder from a WrapperParameter.
BodyBuilder.RpcLit(WrapperParameter wp, SOAPVersion soapVersion, ValueGetterFactory getter)
          Creates a BodyBuilder from a WrapperParameter.
BodyBuilder.Wrapped(WrapperParameter wp, SOAPVersion soapVersion, ValueGetterFactory getter)