Class RemoteIteratorWebService<WJ,WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>

Direct Known Subclasses:
AsRemoteIteratorWebService, ErrorDataRemoteIteratorWebService, ExecHistEntryRemoteIteratorWebService, IdUdtRemoteIteratorWebService, InstIdRemoteIteratorWebService, InstRefRemoteIteratorWebService, InstRemoteIteratorWebService, InstStatusRemoteIteratorWebService, NamespaceRemoteIteratorWebService, NonTransformingRemoteIteratorWebService, NsRemoteIteratorWebService, QaRemoteIteratorWebService, RaRemoteIteratorWebService, ResInstRemoteIteratorWebService, ResRemoteIteratorWebService, TemplIdRemoteIteratorWebService, TemplKindRemoteIteratorWebService, TemplRefRemoteIteratorWebService, TemplRemoteIteratorWebService, TemplStatusRemoteIteratorWebService, TtdeRemoteIteratorWebService, WorkHistEntryRemoteIteratorWebService

public abstract class RemoteIteratorWebService<WJ,WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>> extends AddDataTransformatorRemoteIteratorWebService<WJ,WI,Object,I,N>
This remote iterator web service simplifies AddDataTransformatorRemoteIteratorWebService by avoiding the additional for the transformation. This allows for providing the transformation function in the constructor.
See Also: