Class AbstractWebServiceClientSinkWithCallableTransformer<I>

    • 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

      • AbstractWebServiceClientSinkWithCallableTransformer

        public AbstractWebServiceClientSinkWithCallableTransformer()
    • 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 AbstractWebServiceClientSink<I>
      • setTransformer

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

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

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