Uses of Class
nz.ac.waikato.adams.webservice.spectral.put.PutRequest
-
Packages that use PutRequest Package Description adams.flow.webservice nz.ac.waikato.adams.webservice.spectral.put -
-
Uses of PutRequest in adams.flow.webservice
Methods in adams.flow.webservice with parameters of type PutRequest Modifier and Type Method Description PutResponse
SimpleSpectralPutService. put(PutRequest parameters)
Downloads a spectrum. -
Uses of PutRequest in nz.ac.waikato.adams.webservice.spectral.put
Methods in nz.ac.waikato.adams.webservice.spectral.put that return PutRequest Modifier and Type Method Description PutRequest
ObjectFactory. createPutRequest()
Create an instance ofPutRequest
Methods in nz.ac.waikato.adams.webservice.spectral.put that return types with arguments of type PutRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<PutRequest>
ObjectFactory. createPutRequest(PutRequest value)
Methods in nz.ac.waikato.adams.webservice.spectral.put with parameters of type PutRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<PutRequest>
ObjectFactory. createPutRequest(PutRequest value)
PutResponse
SpectralPutService. put(PutRequest parameters)
-