public class MobileAddressUtil extends Object
| Constructor and Description |
|---|
MobileAddressUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MobileAddress |
parseAddress(String type,
String address) |
static MobileAddress.Type |
parseType(String type)
Parses string into a MobileAddress type.
|
static void |
validateInternationalAddress(String value) |
static void |
validateNetworkAddress(String value) |
public static MobileAddress.Type parseType(String type)
public static MobileAddress parseAddress(String type, String address) throws SxmpErrorException
SxmpErrorExceptionpublic static void validateNetworkAddress(String value) throws SxmpErrorException
SxmpErrorExceptionpublic static void validateInternationalAddress(String value) throws SxmpErrorException
SxmpErrorExceptionCopyright © 2016. All rights reserved.