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