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

java.lang.Object
  extended by com.sun.xml.ws.client.sei.ValueGetterFactory

abstract class ValueGetterFactory
extends Object

ValueGetterFactory is used to create ValueGetter objects.


Field Summary
(package private) static ValueGetterFactory ASYNC
          In case of SEI async signatures, there are no holders.
(package private) static ValueGetterFactory SYNC
           
 
Constructor Summary
ValueGetterFactory()
           
 
Method Summary
(package private) abstract  ValueGetter get(ParameterImpl p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNC

static final ValueGetterFactory SYNC

ASYNC

static final ValueGetterFactory ASYNC
In case of SEI async signatures, there are no holders. The OUT parameters go in async bean class

Constructor Detail

ValueGetterFactory

ValueGetterFactory()
Method Detail

get

abstract ValueGetter get(ParameterImpl p)