public class ActivationManagerApiInterface
extends com.vmware.vapi.internal.bindings.ApiInterfaceSkeleton
ApiInterfaceSkeleton which
adapts API service implementation (class that implements
the generated ActivationManagerProvider interface).
This adapter expects asynchronous/non-blocking API service implementation.
| Constructor and Description |
|---|
ActivationManagerApiInterface()
Constructor.
|
ActivationManagerApiInterface(ActivationManagerProvider impl)
Constructor.
|
ActivationManagerApiInterface(ActivationManagerProvider impl,
com.vmware.vapi.internal.bindings.TypeConverter converter)
Constructor.
|
ActivationManagerApiInterface(Class<? extends ActivationManagerProvider> implClass)
Constructor.
|
createImplInstance, getTypeConvertergetDefinition, getIdentifier, getMethodDefinition, invoke, registerMethodpublic ActivationManagerApiInterface()
ActivationManagerApiInterface instance with
default API service implementation.
The default service implementation is assumed to be
instance of the com.vmware.vapi.std.activation.impl.ActivationManagerImpl class. This
class will be loaded and instantiated.
public ActivationManagerApiInterface(Class<? extends ActivationManagerProvider> implClass)
ActivationManagerApiInterface instance
for specified class of the API service implementation. The
specified class will be instantiated.implClass - The Class implementing ActivationManagerProvider
API service. If null default implementation will be
used as in ActivationManagerApiInterface().public ActivationManagerApiInterface(ActivationManagerProvider impl)
ActivationManagerApiInterface instance
for specified instance of the API service implementation.impl - The implementation of ActivationManagerProvider
API service. Must not be null.public ActivationManagerApiInterface(ActivationManagerProvider impl, com.vmware.vapi.internal.bindings.TypeConverter converter)
ActivationManagerApiInterface instance
for specified instance of the API service implementation and custom conversion logic.impl - The implementation of ActivationManagerProvider
API service. Must not be null.converter - logic to convert from native to wire type and back. Must not be null.Copyright © 2023. All rights reserved.