Package | Description |
---|---|
com.vmware.vapi.bindings | |
com.vmware.vapi.internal.bindings | |
com.vmware.vapi.provider | |
com.vmware.vapi.provider.local | |
com.vmware.vapi.std.activation | |
com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides services that
expose basic information about the vAPI services registered with a vAPI
provider. |
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface)
Calls
LocalStubFactory.createStub(ApiInterface, Class, StubConfigurationBase)
with no stub configuration. |
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config)
Creates a stub for the specified service implementation.
|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config,
ApiProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
com.vmware.vapi.internal.bindings.ApiInterfaceSkeleton
Base
ApiInterface implementation, intended to be subclassed
by API interfaces generated by the vAPI Java generator. |
Modifier and Type | Class and Description |
---|---|
class |
ApiMethodBasedApiInterface
Base
ApiInterface implementation that uses ApiMethod |
Modifier and Type | Method and Description |
---|---|
void |
LocalProvider.addInterface(ApiInterface iface)
Adds the specified API interface to the provider.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalProvider.addInterfaces(List<ApiInterface> ifaces)
Adds a list of API interface to the provider.
|
Constructor and Description |
---|
LocalProvider(String name,
List<ApiInterface> ifaces)
Calls
LocalProvider.LocalProvider(String, List, boolean)
automatically deploying introspection services. |
LocalProvider(String name,
List<ApiInterface> ifaces,
boolean deployIntrospectionServices)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationManagerApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ActivationManagerProvider interface). |
class |
ActivationManagerSyncApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ActivationManagerSyncProvider interface). |
Modifier and Type | Class and Description |
---|---|
class |
OperationApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated OperationProvider interface). |
class |
OperationSyncApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated OperationSyncProvider interface). |
class |
ProviderApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ProviderProvider interface). |
class |
ProviderSyncApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ProviderSyncProvider interface). |
class |
ServiceApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ServiceProvider interface). |
class |
ServiceSyncApiInterface
Implementation of
com.vmware.vapi.bindings.ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ServiceSyncProvider interface). |
Copyright © 2015. All Rights Reserved.