Uses of Class
gr.uoa.di.madgik.execution.plan.element.invocable.CallBase

Packages that use CallBase
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.invocable   
gr.uoa.di.madgik.execution.plan.element.invocable.simple   
gr.uoa.di.madgik.execution.plan.element.invocable.ws   
gr.uoa.di.madgik.execution.utils   
 

Uses of CallBase in gr.uoa.di.madgik.execution.plan.element
 

Fields in gr.uoa.di.madgik.execution.plan.element with type parameters of type CallBase
 List<CallBase> WSRESTPlanElement.Calls
          The list of invocations that are to be performed in the service WSRESTPlanElement.ServiceEndPoint in the order specified by the calls.
 List<CallBase> WSSOAPPlanElement.Calls
          The list of invocations that are to be performed in the service WSSOAPPlanElement.ServiceEndPoint in the order specified by the calls.
 List<CallBase> PojoPlanElement.Calls
          The list of invocations that are to be performed in the class PojoPlanElement.ClassName in the order specified by the calls.
 

Uses of CallBase in gr.uoa.di.madgik.execution.plan.element.invocable
 

Methods in gr.uoa.di.madgik.execution.plan.element.invocable with parameters of type CallBase
 int CallBase.compareTo(CallBase o)
           
 

Uses of CallBase in gr.uoa.di.madgik.execution.plan.element.invocable.simple
 

Subclasses of CallBase in gr.uoa.di.madgik.execution.plan.element.invocable.simple
 class SimpleCall
           
 

Methods in gr.uoa.di.madgik.execution.plan.element.invocable.simple with parameters of type CallBase
 void ClassReflectionWrapper.Instantiate(CallBase constructorCall)
           
 void ClassReflectionWrapper.Invoke(CallBase methodCall)
           
 

Uses of CallBase in gr.uoa.di.madgik.execution.plan.element.invocable.ws
 

Subclasses of CallBase in gr.uoa.di.madgik.execution.plan.element.invocable.ws
 class WSRESTCall
           
 class WSSOAPCall
           
 

Uses of CallBase in gr.uoa.di.madgik.execution.utils
 

Methods in gr.uoa.di.madgik.execution.utils that return CallBase
static CallBase PlanElementUtils.GetCall(Element element)
           
 



Copyright © 2012. All Rights Reserved.