Package | Description |
---|---|
com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
com.vmware.vapi.metadata.metamodel.service |
The
com.vmware.vapi.metadata.metamodel.service package provides
interfaces to retrieve metamodel information about the elements contained in a
service element. |
Modifier and Type | Method and Description |
---|---|
static OperationInfo |
OperationInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static OperationInfo |
OperationInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OperationInfo |
OperationInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,OperationInfo> |
ServiceInfo.getOperations()
Metamodel information of all the operation elements contained in the service
element.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInfo.setOperations(java.util.Map<java.lang.String,OperationInfo> operations)
Metamodel information of all the operation elements contained in the service
element.
|
Constructor and Description |
---|
Builder(java.lang.String name,
java.util.Map<java.lang.String,OperationInfo> operations,
java.util.Map<java.lang.String,StructureInfo> structures,
java.util.Map<java.lang.String,EnumerationInfo> enumerations,
java.util.Map<java.lang.String,ConstantInfo> constants,
java.util.Map<java.lang.String,ElementMap> metadata,
java.lang.String documentation)
Constructor with parameters for the required properties of
ServiceInfo . |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
Operation.get(java.lang.String serviceId,
java.lang.String operationId)
Retrieves the metamodel information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
OperationInfo |
OperationStub.get(java.lang.String serviceId,
java.lang.String operationId) |
OperationInfo |
Operation.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves the metamodel information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
OperationInfo |
OperationStub.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Operation.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<OperationInfo> asyncCallback)
Retrieves the metamodel information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
void |
OperationStub.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<OperationInfo> asyncCallback) |
void |
Operation.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<OperationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves the metamodel information about an operation element corresponding to
operationId contained in the service element corresponding to serviceId . |
void |
OperationStub.get(java.lang.String serviceId,
java.lang.String operationId,
com.vmware.vapi.bindings.client.AsyncCallback<OperationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |