| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceTypes.Info |
ServiceTypes.Info._newInstance(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ServiceTypes.Info |
ServiceTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ServiceTypes.Info |
ServiceTypes.Info.Builder.build() |
ServiceTypes.Info |
ServiceStub.get(String id) |
ServiceTypes.Info |
Service.get(String id)
Returns the
ServiceTypes.Info for the
specified service |
ServiceTypes.Info |
ServiceStub.get(String id,
InvocationConfig invocationConfig) |
ServiceTypes.Info |
Service.get(String id,
InvocationConfig invocationConfig)
Returns the
ServiceTypes.Info for the
specified service |
ServiceTypes.Info |
ServiceSyncProvider.get(String id,
InvocationContext invocationContext)
Returns the
ServiceTypes.Info for the
specified service |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceStub.get(String id,
AsyncCallback<ServiceTypes.Info> asyncCallback) |
void |
Service.get(String id,
AsyncCallback<ServiceTypes.Info> asyncCallback)
Returns the
ServiceTypes.Info for the
specified service |
void |
ServiceStub.get(String id,
AsyncCallback<ServiceTypes.Info> asyncCallback,
InvocationConfig invocationConfig) |
void |
Service.get(String id,
AsyncCallback<ServiceTypes.Info> asyncCallback,
InvocationConfig invocationConfig)
Returns the
ServiceTypes.Info for the
specified service |
void |
ServiceProvider.get(String id,
AsyncContext<ServiceTypes.Info> asyncContext)
Returns the
ServiceTypes.Info for the
specified service |
Copyright © 2023. All rights reserved.