Uses of Class
nz.ac.waikato.adams.webservice.spectral.get.GetRequest
-
Packages that use GetRequest Package Description adams.flow.webservice nz.ac.waikato.adams.webservice.spectral.get -
-
Uses of GetRequest in adams.flow.webservice
Methods in adams.flow.webservice with parameters of type GetRequest Modifier and Type Method Description GetResponse
SimpleSpectralGetService. get(GetRequest parameters)
Uploads a spectrum. -
Uses of GetRequest in nz.ac.waikato.adams.webservice.spectral.get
Methods in nz.ac.waikato.adams.webservice.spectral.get that return GetRequest Modifier and Type Method Description GetRequest
ObjectFactory. createGetRequest()
Create an instance ofGetRequest
Methods in nz.ac.waikato.adams.webservice.spectral.get that return types with arguments of type GetRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<GetRequest>
ObjectFactory. createGetRequest(GetRequest value)
Methods in nz.ac.waikato.adams.webservice.spectral.get with parameters of type GetRequest Modifier and Type Method Description javax.xml.bind.JAXBElement<GetRequest>
ObjectFactory. createGetRequest(GetRequest value)
GetResponse
SpectralGetService. get(GetRequest parameters)
-