| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| com.vmware.vapi.bindings.type |
Representation of the IDL types for the use of the Java language bindings.
|
| com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
| com.vmware.vapi.std.activation |
The
com.vmware.vapi.std.activation package provides interfaces that
TODO. |
| com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
| com.vmware.vapi.std.interposition |
The
com.vmware.vapi.std.interposition package provides interfaces that
TODO. |
| com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider. |
| com.vmware.vapi.util |
| Modifier and Type | Method and Description |
|---|---|
StructType |
StaticStructure._getType()
WARNING: Internal method, subject to change in future versions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorType
Description of an error type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visit(StructType type)
Invoked by
accept(TypeVisitor). |
| Modifier and Type | Field and Description |
|---|---|
static StructType |
StructDefinitions.authenticationScheme |
static StructType |
StructDefinitions.dynamicID |
static StructType |
StructDefinitions.localizableMessage |
static StructType |
StructDefinitions.localizationParam |
static StructType |
StructDefinitions.nestedLocalizableMessage |
| Modifier and Type | Method and Description |
|---|---|
static StructType |
NestedLocalizableMessage._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
LocalizationParam._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
LocalizableMessage._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
DynamicID._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
AuthenticationScheme._getClassType()
WARNING: Internal method, subject to change in future versions.
|
StructType |
NestedLocalizableMessage._getType() |
StructType |
LocalizationParam._getType() |
StructType |
LocalizableMessage._getType() |
StructType |
DynamicID._getType() |
StructType |
AuthenticationScheme._getType() |
| Modifier and Type | Field and Description |
|---|---|
static StructType |
ActivationManagerDefinitions.__cancelInput |
| Modifier and Type | Field and Description |
|---|---|
static StructType |
StructDefinitions.argumentLocations |
static StructType |
StructDefinitions.fileLocations |
static StructType |
StructDefinitions.transientIndication |
| Modifier and Type | Method and Description |
|---|---|
static StructType |
TransientIndication._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
FileLocations._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
ArgumentLocations._getClassType()
WARNING: Internal method, subject to change in future versions.
|
StructType |
TransientIndication._getType() |
StructType |
FileLocations._getType() |
StructType |
ArgumentLocations._getType() |
| Modifier and Type | Field and Description |
|---|---|
static StructType |
StructDefinitions.invocationRequest |
static StructType |
StructDefinitions.invocationResult |
static StructType |
StructDefinitions.securityPrincipal |
| Modifier and Type | Method and Description |
|---|---|
static StructType |
SecurityPrincipal._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
InvocationResult._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
InvocationRequest._getClassType()
WARNING: Internal method, subject to change in future versions.
|
StructType |
SecurityPrincipal._getType() |
StructType |
InvocationResult._getType() |
StructType |
InvocationRequest._getType() |
| Modifier and Type | Field and Description |
|---|---|
static StructType |
ServiceDefinitions.__getInput |
static StructType |
ProviderDefinitions.__getInput |
static StructType |
OperationDefinitions.__getInput |
static StructType |
ServiceDefinitions.__listInput |
static StructType |
OperationDefinitions.__listInput |
static StructType |
OperationDefinitions.dataDefinition |
static StructType |
ServiceDefinitions.info |
static StructType |
ProviderDefinitions.info |
static StructType |
OperationDefinitions.info |
| Modifier and Type | Method and Description |
|---|---|
static StructType |
ServiceTypes.Info._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
ProviderTypes.Info._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
OperationTypes.DataDefinition._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static StructType |
OperationTypes.Info._getClassType()
WARNING: Internal method, subject to change in future versions.
|
StructType |
ServiceTypes.Info._getType() |
StructType |
ProviderTypes.Info._getType() |
StructType |
OperationTypes.DataDefinition._getType() |
StructType |
OperationTypes.Info._getType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StructTypeUtil.populateCanonicalNameToStructTypeMap(Map<String,StructType> mapping)
Populates mappings for structures defined in a model (set of VMODL
definitions).
|
Copyright © 2022. All rights reserved.