| Modifier and Type | Field and Description |
|---|---|
ExecutionContextConfigBase |
WSRESTPlanElement.ExecutionContextConfig
If the
WSRESTPlanElement.SupportsExecutionContext is set, this configuration field specifies
the configuration needed to initialize the elements that are to be used to the provided execution context |
ExecutionContextConfigBase |
WSSOAPPlanElement.ExecutionContextConfig
If the
WSSOAPPlanElement.SupportsExecutionContext is set, this configuration field specifies
the configuration needed to initialize the elements that are to be used to the provided execution context |
ExecutionContextConfigBase |
PojoPlanElement.ExecutionContextConfig
If the
PojoPlanElement.SupportsExecutionContext is set, this configuration field specifies
the configuration needed to initialize the elements that are to be used to the provided execution context |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleExecutionContextConfig |
| Constructor and Description |
|---|
ClassReflectionWrapper(String ClassName,
ExecutionHandle Handle,
String ID,
boolean SupportsExecutionContext,
ExecutionContextConfigBase SuppliedContextProxy) |
| Modifier and Type | Class and Description |
|---|---|
class |
WSExecutionContextConfig |
| Constructor and Description |
|---|
WSRESTProxyWrapper(ExecutionHandle Handle,
String ID,
URL ServiceEndPoint,
boolean SupportsExecutionContext,
ExecutionContextConfigBase SuppliedContextProxy) |
WSSOAPProxyWrapper(ExecutionHandle Handle,
String ID,
URL ServiceEndPoint,
boolean SupportsExecutionContext,
ExecutionContextConfigBase SuppliedContextProxy) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContextConfigBase |
PlanElementUtils.GetExecutionContextConfig(Element element) |
Copyright © 2014. All Rights Reserved.