public class StdFactory
extends java.lang.Object
StdFactory
is responsible for creating instances of services
contained inside the com.vmware.vapi.std package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
com.vmware.vapi.std.activation.ActivationFactory |
activation()
The
com.vmware.vapi.std.activation package provides interfaces that
TODO. |
ErrorsFactory |
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. |
static StdFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
com.vmware.vapi.std.interposition.InterpositionFactory |
interposition()
The
com.vmware.vapi.std.interposition package provides interfaces that
TODO. |
com.vmware.vapi.std.introspection.IntrospectionFactory |
introspection()
The
com.vmware.vapi.std.introspection package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider. |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static StdFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestStdFactory
factory instancepublic com.vmware.vapi.std.activation.ActivationFactory activation()
com.vmware.vapi.std.activation
package provides interfaces that
TODO.public ErrorsFactory errors()
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.
It also provides some classes intended to be used as payload to provide additional information about those exceptions.
public com.vmware.vapi.std.interposition.InterpositionFactory interposition()
com.vmware.vapi.std.interposition
package provides interfaces that
TODO.public com.vmware.vapi.std.introspection.IntrospectionFactory introspection()
com.vmware.vapi.std.introspection
package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)