Class AbstractWebServiceProviderWithCallableTransformer<I,​O>

  • Type Parameters:
    I - the type of data that the callable transformer gets as input
    O - the type of data that the callable transfomer generates
    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, CallableTransformerSupport<I,​O>, WebServiceProvider, Serializable

    public abstract class AbstractWebServiceProviderWithCallableTransformer<I,​O>
    extends AbstractWebServiceProvider
    implements CallableTransformerSupport<I,​O>
    Ancestor for webservice providers that processes the incoming request data with a data
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Transformer

        protected adams.flow.core.CallableActorReference m_Transformer
        the callable transformer.
      • m_ActualTransformer

        protected adams.flow.core.Actor m_ActualTransformer
        the actual transformer to use.
    • Constructor Detail

      • AbstractWebServiceProviderWithCallableTransformer

        public AbstractWebServiceProviderWithCallableTransformer()
    • Method Detail

      • 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
      • setTransformer

        public void setTransformer​(adams.flow.core.CallableActorReference value)
        Sets the callable transformer to use.
        Specified by:
        setTransformer in interface CallableTransformerSupport<I,​O>
        Parameters:
        value - the reference
      • getTransformer

        public adams.flow.core.CallableActorReference getTransformer()
        Returns the callable transformer in use.
        Specified by:
        getTransformer in interface CallableTransformerSupport<I,​O>
        Returns:
        the reference
      • transformerTipText

        public String transformerTipText()
        Returns the tip text for this property.
        Specified by:
        transformerTipText in interface CallableTransformerSupport<I,​O>
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.