| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
int |
CallBase.compareTo(CallBase o) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCall |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassReflectionWrapper.Instantiate(CallBase constructorCall) |
void |
ClassReflectionWrapper.Invoke(CallBase methodCall) |
| Modifier and Type | Class and Description |
|---|---|
class |
WSRESTCall |
class |
WSSOAPCall |
| Modifier and Type | Method and Description |
|---|---|
static CallBase |
PlanElementUtils.GetCall(Element element) |
Copyright © 2014. All Rights Reserved.