Package com.vmware.vapi
Class VapiFactory
- java.lang.Object
-
- com.vmware.vapi.VapiFactory
-
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VapiFactory
getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationStdFactory
std()
Thecom.vmware.vapi.std
package provides standard types that can be used in the interface specification of any interface.void
updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)
-
-
-
Method Detail
-
getFactory
public static VapiFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration- Parameters:
stubFactory
-StubFactory
instance is responsible for creating stubsstubConfig
-StubConfiguration
instance is required to authenticate the request- Returns:
VapiFactory
factory instance
-
std
public StdFactory std()
Thecom.vmware.vapi.std
package provides standard types that can be used in the interface specification of any interface.
-
updateStubConfiguration
public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)
-
-