Uses of Interface
nz.ac.waikato.adams.webservice.spectral.put.SpectralPutService
-
Packages that use SpectralPutService Package Description adams.flow.webservice nz.ac.waikato.adams.webservice.spectral.put -
-
Uses of SpectralPutService in adams.flow.webservice
Classes in adams.flow.webservice that implement SpectralPutService Modifier and Type Class Description class
SimpleSpectralPutService
Class that implements the Spectral put web service.Fields in adams.flow.webservice declared as SpectralPutService Modifier and Type Field Description protected SpectralPutService
SpectralPutServiceWS. m_Implementation
the webservice implementation to use.protected SpectralPutService
Put. m_Port
the port instance.Methods in adams.flow.webservice that return SpectralPutService Modifier and Type Method Description SpectralPutService
SpectralPutServiceWS. getImplementation()
Returns the webservice implementation to use.Methods in adams.flow.webservice with parameters of type SpectralPutService Modifier and Type Method Description void
SpectralPutServiceWS. setImplementation(SpectralPutService value)
Sets the webservice implementation to use. -
Uses of SpectralPutService in nz.ac.waikato.adams.webservice.spectral.put
Methods in nz.ac.waikato.adams.webservice.spectral.put that return SpectralPutService Modifier and Type Method Description SpectralPutService
SpectralPutServiceService. getSpectralPutServicePort()
SpectralPutService
SpectralPutServiceService. getSpectralPutServicePort(javax.xml.ws.WebServiceFeature... features)
-