| Package | Description |
|---|---|
| org.mobicents.gmlc.slee.mlp |
| Modifier and Type | Method and Description |
|---|---|
MLPResponse.MLPResultType |
MLPException.getMlpClientErrorType()
Getters and setters
|
static MLPResponse.MLPResultType |
MLPResponse.MLPResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLPResponse.MLPResultType[] |
MLPResponse.MLPResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MLPResponse.getPositionErrorResponseXML(String msid,
MLPResponse.MLPResultType mlpClientErrorType,
String mlpClientErrorMessage)
Generate a MLP error response for a position
|
static String |
MLPResponse.getResultCodeForType(MLPResponse.MLPResultType t)
Get the MLP result code as per OMA MLP section 5.4.1
|
static String |
MLPResponse.getResultStringForType(MLPResponse.MLPResultType t)
Get the MLP result string as per OMA MLP section 5.4.1
|
String |
MLPResponse.getSystemErrorResponseXML(MLPResponse.MLPResultType mlpClientErrorType,
String mlpClientErrorMessage)
Generate a MLP system error response
|
static boolean |
MLPResponse.isSystemError(MLPResponse.MLPResultType t)
Is this error type a system error?
|
void |
MLPException.setMlpClientErrorType(MLPResponse.MLPResultType mlpClientErrorType) |
Copyright © 2016. All Rights Reserved.