Uses of Class
uk.org.ogsadai.service.transport.types.PutBlock

Packages that use PutBlock
uk.org.ogsadai.service.wsrf.dataservice This package provides interfaces to OGSA-DAI WSRF-compliant data services. 
uk.org.ogsadai.service.wsrf.dataservice.bindings   
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of PutBlock in uk.org.ogsadai.service.wsrf.dataservice
 

Methods in uk.org.ogsadai.service.wsrf.dataservice with parameters of type PutBlock
 PutResponse ConfigurableDataServicePortType.putBlock(PutBlock parameters)
           
 PutResponse DataServicePortType.putBlock(PutBlock parameters)
           
 

Uses of PutBlock in uk.org.ogsadai.service.wsrf.dataservice.bindings
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.bindings with parameters of type PutBlock
 PutResponse DataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 PutResponse ConfigurableDataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
           
 

Uses of PutBlock in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type PutBlock
 PutResponse DataServiceImpl.putBlock(PutBlock parameters)
          Put part of a successive batch of data into a stream known to an active session of a specific data service resource.