public class VapiFactory
extends java.lang.Object
VapiFactory is responsible for creating instances of services
contained inside the com.vmware.vapi package and also has the subpackages reference
to access respective subpackage services.
| Modifier and Type | Method and Description |
|---|---|
static VapiFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
StdFactory |
std()
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static VapiFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory - StubFactory instance is responsible for creating stubsstubConfig - StubConfiguration instance is required to authenticate the requestVapiFactory factory instancepublic StdFactory std()
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)