| Package | Description |
|---|---|
| net.morimekta.providence | |
| net.morimekta.providence.serializer |
| Modifier and Type | Method and Description |
|---|---|
static PServiceCallType |
PServiceCallType.findByKey(int key) |
static PServiceCallType |
PServiceCallType.findByName(String key) |
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.
|
| Constructor and Description |
|---|
PServiceCall(String method,
PServiceCallType type,
int sequence,
T message) |
| Modifier and Type | Method and Description |
|---|---|
PServiceCallType |
SerializerException.getCallType() |
| Modifier and Type | Method and Description |
|---|---|
SerializerException |
SerializerException.setCallType(PServiceCallType callType) |
Copyright © 2016. All rights reserved.