Class RatsTextServiceWS

  • 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, RatInputUser, WebServiceProvider, Serializable

    public class RatsTextServiceWS
    extends AbstractWebServiceProvider
    implements RatInputUser
    Webservice for RATS Text.
    Version:
    $Revision: 2085 $
    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 RatsTextService m_Implementation
        the webservice implementation to use.
      • m_RatInput

        protected RatInput m_RatInput
        the associated rat input.
    • Constructor Detail

      • RatsTextServiceWS

        public RatsTextServiceWS()
    • 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
      • setRatInput

        public void setRatInput​(RatInput value)
        Sets the Rat input associated with this webservice.
        Specified by:
        setRatInput in interface RatInputUser
        Parameters:
        value - the rat input
      • getRatInput

        public RatInput getRatInput()
        Returns the Rat input associated with this webservice.
        Specified by:
        getRatInput in interface RatInputUser
        Returns:
        the rat input
      • setImplementation

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

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

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