Class NappFactory
- java.lang.Object
-
- com.vmware.nsx_policy.infra.sites.napp.NappFactory
-
public class NappFactory extends java.lang.Object
NappFactory
is responsible for creating instances of services contained inside the com.vmware.nsx_policy.infra.sites.napp 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 DeploymentFactory
deployment()
static NappFactory
getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configurationRegistration
registrationService()
Returns an instance of classRegistration
void
updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-
-
Method Detail
-
getFactory
public static NappFactory getFactory(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.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:
NappFactory
factory instance
-
registrationService
public Registration registrationService()
Returns an instance of classRegistration
-
deployment
public DeploymentFactory deployment()
-
updateStubConfiguration
public void updateStubConfiguration(com.vmware.vapi.bindings.StubFactory stubFactory, com.vmware.vapi.bindings.StubConfiguration stubConfig)
-
-