| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Method and Description |
|---|---|
Service.TransportGuarantee |
Service.getTransportGuarantee()
Obtain the connection restriction this service places on the container.
|
static Service.TransportGuarantee |
Service.TransportGuarantee.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.TransportGuarantee[] |
Service.TransportGuarantee.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setTransportGuarantee(Service.TransportGuarantee guarantee)
Specify what connection guarantees this service expects from the
container.
|
| Modifier and Type | Method and Description |
|---|---|
Service.TransportGuarantee |
ServiceImpl.getTransportGuarantee() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setTransportGuarantee(Service.TransportGuarantee guarantee) |
Copyright © 2023. All rights reserved.