Class FlowElementInvocationFactory


  • public class FlowElementInvocationFactory
    extends java.lang.Object
    Simple factory for creating FlowElementInvocation objects
    Author:
    Ikasan Development Team
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.ikasan.spec.flow.FlowElementInvocation newInvocation()
      Returns a new FlowElementInvocation object
      • Methods inherited from class java.lang.Object

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

      • newInvocation

        public static org.ikasan.spec.flow.FlowElementInvocation newInvocation()
        Returns a new FlowElementInvocation object
        Returns:
        a new FlowElementInvocation object