public class MetamodelFactory
extends java.lang.Object
MetamodelFactory
is responsible for creating instances of services
contained inside the com.vmware.vapi.metadata.metamodel package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
Component |
componentService()
Returns an instance of class
Component |
Enumeration |
enumerationService()
Returns an instance of class
Enumeration |
static MetamodelFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
MetadataIdentifier |
metadataIdentifierService()
Returns an instance of class
MetadataIdentifier |
Package |
package_Service()
Returns an instance of class
Package |
ResourceFactory |
resource()
The
com.vmware.vapi.metadata.metamodel.resource package provides
interfaces to retrieve metamodel information for resource types. |
Resource |
resourceService()
Returns an instance of class
Resource |
ServiceFactory |
service()
The
com.vmware.vapi.metadata.metamodel.service package provides
interfaces to retrieve metamodel information about the elements contained in a
service element. |
Service |
serviceService()
Returns an instance of class
Service |
Structure |
structureService()
Returns an instance of class
Structure |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static MetamodelFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestMetamodelFactory
factory instancepublic Enumeration enumerationService()
Enumeration
public MetadataIdentifier metadataIdentifierService()
MetadataIdentifier
public ResourceFactory resource()
com.vmware.vapi.metadata.metamodel.resource
package provides
interfaces to retrieve metamodel information for resource types.public ServiceFactory service()
com.vmware.vapi.metadata.metamodel.service
package provides
interfaces to retrieve metamodel information about the elements contained in a
service element.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)