Class SoapUILocalHandler


  • public class SoapUILocalHandler
    extends step.functions.handler.JsonBasedFunctionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
      static java.lang.String SOAPUI_OSS  
      static java.lang.String SOAPUI_OUTPUT  
      static java.lang.String SOAPUI_PROJECT  
      static java.lang.String SOAPUI_REPORT  
      static java.lang.String SOAPUI_TEST_CASE  
      static java.lang.String SOAPUI_TEST_SUITE  
      • Fields inherited from class step.functions.handler.AbstractFunctionHandler

        EXECUTION_CONTEXT_KEY, FORKED_BRANCH, PARENTREPORTID_KEY, STEP_NODE_KEY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected step.functions.io.Output<javax.json.JsonObject> handle​(step.functions.io.Input<javax.json.JsonObject> input)  
      • Methods inherited from class step.functions.handler.JsonBasedFunctionHandler

        getInputPayloadClass, getOutputPayloadClass
      • Methods inherited from class step.functions.handler.AbstractFunctionHandler

        delegate, delegate, getCurrentContext, getCurrentContext, getFileVersionId, getFunctionHandlerFactory, getProperties, getTokenReservationSession, getTokenSession, initialize, mergeAllProperties, pushLocalApplicationContext, pushLocalApplicationContext, pushLocalFolderApplicationContext, pushLocalFolderApplicationContext, pushRemoteApplicationContext, pushRemoteApplicationContext, retrieveFileVersion, runInContext, runInContext, setApplicationContextBuilder, setFileManagerClient, setFunctionHandlerFactory, setProperties, setTokenReservationSession, setTokenSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoapUILocalHandler

        public SoapUILocalHandler()
    • Method Detail

      • handle

        protected step.functions.io.Output<javax.json.JsonObject> handle​(step.functions.io.Input<javax.json.JsonObject> input)
                                                                  throws java.lang.Exception
        Specified by:
        handle in class step.functions.handler.AbstractFunctionHandler<javax.json.JsonObject,​javax.json.JsonObject>
        Throws:
        java.lang.Exception