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 |
---|---|
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
|
RoutingFactory |
routing()
The
com.vmware.vapi.metadata.routing package provides interfaces that
expose routing information for operation elements across all the service
elements. |
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 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 RoutingFactory routing()
com.vmware.vapi.metadata.routing
package provides interfaces that
expose routing information for operation elements across all the service
elements.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)