Class MekaServiceWS

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, adams.flow.core.FlowContextHandler, WebServiceProvider, Serializable

    public class MekaServiceWS
    extends AbstractWebServiceProvider
    Webservice for MEKA.
    Version:
    $Revision$
    Author:
    Fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Endpoint

        protected transient org.apache.cxf.jaxws.EndpointImpl m_Endpoint
        end point for the web service
      • m_Implementation

        protected MekaService m_Implementation
        the webservice implementation to use.
    • Constructor Detail

      • MekaServiceWS

        public MekaServiceWS()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractWebServiceProvider
      • setImplementation

        public void setImplementation​(MekaService value)
        Sets the webservice implementation to use.
        Parameters:
        value - the implementation
      • getImplementation

        public MekaService getImplementation()
        Returns the webservice implementation to use.
        Returns:
        the implementation
      • implementationTipText

        public String implementationTipText()
        Description of this option.
        Returns:
        the description for the GUI