| Interface | Description |
|---|---|
| DynamicStructure |
Interface representing a "dynamic structure".
|
| Service |
Marker interface for vAPI generated bindings services
|
| StaticStructure |
Interface implemented by all generated static bindings structures.
|
| Structure |
Base interface that represents a Java language bindings structure.
|
| StubCreator |
Interface for vAPI client-side stub factories.
|
| Class | Description |
|---|---|
| ApiEnumeration<E extends ApiEnumeration<E>> |
Base class for all Java mappings of interface definition language
enumerated types.
|
| DynamicStructureImpl |
DynamicStructure implementation backed by a StructValue. |
| LocalizableMessageFactory |
Factory for
LocalizableMessage instances. |
| StubConfiguration |
This is a helper class for creating stub configurations.
|
| StubConfigurationBase |
This class provides all needed configuration for creating a
Stub |
| StubFactory |
Factory for client-side vAPI stubs.
|
| Exception | Description |
|---|---|
| ApiError |
Common base class for all VMODL2 errors (standard and custom ones)
in Java static language bindings.
|
| UnresolvedError |
Concrete
ApiError which represents a VMODL2 error that
was reported but couldn't be resolved. |