| Package | Description |
|---|---|
| net.morimekta.providence | |
| net.morimekta.providence.serializer |
| Modifier and Type | Field and Description |
|---|---|
static PEnumDescriptor<PServiceCallType> |
PServiceCallType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
PServiceCallType |
PServiceCallType._Builder.build() |
static PServiceCallType |
PServiceCallType.forName(String name) |
static PServiceCallType |
PServiceCallType.forValue(int value) |
PServiceCallType |
PServiceCall.getType()
The type of service call.
|
static PServiceCallType |
PServiceCallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PServiceCallType[] |
PServiceCallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PEnumDescriptor<PServiceCallType> |
PServiceCallType.descriptor() |
static PEnumDescriptorProvider<PServiceCallType> |
PServiceCallType.provider() |
| Constructor and Description |
|---|
PServiceCall(String method,
PServiceCallType type,
int sequence,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
PServiceCallType |
SerializerException.getCallType() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Serializer.isRequestCallType(PServiceCallType type)
Utility method to check if a service call is a request type.
|
SerializerException |
SerializerException.setCallType(PServiceCallType callType) |
Copyright © 2015–2016 morimekta.net. All rights reserved.