Skip navigation links
com.bharosa.vcrypt.tracker.util
Class VCryptTrackerUtil
java.lang.Object
com.bharosa.vcrypt.tracker.util.VCryptTrackerUtil
-
public class VCryptTrackerUtil
- extends Object
Provides utility method to instantiate classes required from VCryptTracker
Method Summary |
static boolean |
compareValuesBasedOnEnum(Number num1, Number num2, UserDefEnumElement compareEnum)
|
static UserDevice |
fromNodeUserDevice(String methodName, Node deviceNode, String xmlString)
|
static UserDevice[] |
fromNodeUserDevices(String methodName, Node valueNode, String xmlString)
|
static Map |
fromXMLClearSafeDeviceList(String xmlString)
|
static OAAMDeviceFingerprintData |
fromXMLCookieData(Node root)
|
static List<OAAMDeviceFingerprintData> |
fromXMLCookieList(Node root)
|
static Map |
fromXMLCreateOAAMSession(String xmlString)
|
static Map |
fromXMLCreateOrUpdateEntities(String xmlString)
|
static TransactionCreateRequestData |
fromXMLCreateTransaction(String xmlString)
|
static TransactionCreateRequestData[] |
fromXMLCreateTransactionList(String xmlString)
|
static Map<String,String> |
fromXMLDataMap(Node root)
|
static EntityData |
fromXMLEntityData(Node root)
|
static EntityData[] |
fromXMLEntityDataList(Node root)
|
static EntityHeader |
fromXMLEntityHeader(String xmlString)
|
static Map |
fromXMLFingerPrintRequest(String xmlString)
|
static CookieSet |
fromXMLFingerPrintResponse(String xmlString)
|
static Map |
fromXMLGenerateOTP(String xmlString)
|
static Map |
fromXMLGetNameValueProfileReqest(String xmlString)
|
static Map |
fromXMLGetOTPCode(String xmlString)
|
static GetUserDevicesRequestData |
fromXMLGetUserDevicesRequestData(String xmlString)
|
static GetUserDevicesResultData |
fromXMLGetUserDevicesResultData(String xmlString)
|
static Map |
fromXMLIncrementOTPCounter(String xmlString)
|
static OAAMIPData |
fromXMLIpData(Node root)
|
static Map |
fromXMLIsDeviceMarkedSafe(String xmlString)
|
static Map |
fromXMLMarkDeviceSafeRequest(String xmlString)
|
static NameValueProfile |
fromXMLNameValueProfile(String xmlString)
|
static String |
fromXMLOTPCode(String xmlString)
|
static String |
fromXMLOTPValidateResult(String xmlString)
|
static Map |
fromXMLProcessPatternAnalysis(String xmlString)
|
static Map |
fromXMLProcessRulesRequest(String xmlString)
|
static VCryptRulesResult |
fromXMLProcessRulesResponse(String xmlString)
|
static Map |
fromXMLResetOTPCounter(String xmlString)
|
static Map |
fromXMLSearchEntity(String xmlString)
|
static OAAMSessionData |
fromXMLSessionData(Node root)
|
static Map |
fromXMLTransationLogRequest(String xmlString)
|
static Map<String,List<Long>> |
fromXMLUnlinkEntitiesMap(Node root)
|
static Map |
fromXMLUpdateAuthResultRequest(String xmlString)
|
static Map |
fromXMLUpdateAuthStatus(String xmlString)
|
static TransactionUpdateRequestData |
fromXMLUpdateTransaction(String xmlString)
|
static TransactionUpdateRequestData[] |
fromXMLUpdateTransactionList(String xmlString)
|
static Map |
fromXMLUpdateTransactionStatus(String xmlString)
|
static OAAMUserData |
fromXMLUserData(Node root)
|
static Map<String,Object> |
fromXMLUserDevicesList(String xmlString)
|
static Map |
fromXMLValidateOTPCode(String xmlString)
|
static Document |
getDocument(String xmlString)
|
static Node |
getRootNode(String methodName, String rootNodeName, String xmlString)
|
static String |
getTransactionDefKey(Map pContextMap)
|
static VCryptRulesEngine |
getVCryptRulesEngineInstance()
This method return an instance of VCryptRulesEngine class. |
static VCryptTracker |
getVCryptTrackerInstance()
This methods returns an instance of VCryptTracker class. |
static String |
toXMLClearSafeDeviceList(String requestId)
|
static String |
toXMLCreateOAAMSessionRequest(String requestId, Date requestTime, OAAMUserData user, OAAMIPData ip, List<OAAMDeviceFingerprintData> cookieList, OAAMSessionData sessionData)
|
static String |
toXMLCreateOrUpdateEntities(<any>[] response)
|
static String |
toXMLCreateOrUpdateEntities(EntityData[] entityRequestData, boolean isReplaceEntity, int commitBatchSize, String requestId)
|
static String |
toXMLCreateOrUpdateEntity(<any> response)
|
static String |
toXMLCreateTransaction(TransactionCreateRequestData transactionCreateRequestData)
|
static String |
toXMLCreateTransactionList(TransactionCreateRequestData[] transactionCreateRequestData)
|
static String |
toXMLEntityData(EntityData entityData)
|
static String |
toXMLEntityDataList(EntityData[] entityRequestData)
|
static String |
toXMLEntityHeader(EntityHeader entityHeader)
|
static String |
toXMLFingerPrintRequest(String requestId, Date requestTime, String remoteIPAddr, String remoteHost, String secureCookie, int secureClientType, String secureClientVersion, String digitalCookie, int digitalClientType, String digitalClientVersion, int fingerPrintType, String fingerPrint, int fingerPrintType2, String fingerPrint2)
|
static String |
toXMLFingerPrintResponse(CookieSet cookieSet)
|
static String |
toXMLGenerateOTP(String requestId, String otpChallengeType, String appId)
|
static String |
toXMLGetNameValueProfileRequest(String entityType, Long entityId, String requestId)
|
static String |
toXMLGetOTPCode(String requestId, String otpChallengeType, Boolean overwriteIfExists)
|
static String |
toXMLGetOTPCode(String requestId, String appId, String otpChallengeType, Boolean overwriteIfExists)
|
static String |
toXMLGetUserDevicesRequestData(GetUserDevicesRequestData request)
|
static String |
toXMLGetUserDevicesResultData(GetUserDevicesResultData result)
|
static String |
toXMLIncrementOTPCounter(String requestId, String otpChallengeType)
|
static String |
toXMLIsDeviceMarkedSafe(String requestId)
|
static String |
toXMLMarkDeviceSafeRequest(String requestId, boolean isSafe)
|
static String |
toXMLNameValueProfile(NameValueProfile profile)
|
static String |
toXMLOTPCode(String otpCode)
|
static String |
toXMLOTPValidateResult(String otpValidationResult)
|
static String |
toXMLProcessPatternAnalysis(String requestId, long transactionId, int status, String transactionType)
|
static String |
toXMLProcessRulesRequest(String requestId, Long transactionId, String extTransactionId, Date requestTime, List profileTypeList, Map contexts)
|
static String |
toXMLProcessRulesResponse(VCryptRulesResult rulesResult)
|
static String |
toXMLResetOTPCounter(String requestId, String otpChallengeType)
|
static String |
toXMLSearchEntity(EntityData entityData)
|
static String |
toXMLSearchEntity(EntityHeader entityHeader)
|
static String |
toXMLTransactionLogRequest(String requestId, Date requestTime, Integer transactionStatus, Map[] contextMap)
|
static String |
toXMLUpdateAuthResultRequest(String requestId, Date requestTime, String remoteIPAddr, String remoteHost, String secureCookie, String digitalCookie, String groupId, String userId, String loginId, boolean isSecure, int result, int clientType, String clientVersion, int fingerPrintType, String fingerPrint, int fingerPrintType2, String fingerPrint2)
|
static String |
toXMLUpdateAuthStatus(String requestId, Date requestTime, int result, int clientType, String clientVersion, boolean analyzePatterns)
|
static String |
toXMLUpdateTransaction(TransactionUpdateRequestData transactionUpdateRequestData)
|
static String |
toXMLUpdateTransactionList(TransactionUpdateRequestData[] transactionUpdateRequestData)
|
static String |
toXMLUpdateTransactionStatus(String requestId, Date requestTime, long transactionId, int status, boolean analyzePatterns)
|
static String |
toXMLUpdateTransactionStatus(String requestId, Date requestTime, long transactionId, int status, Map[] contextMap, boolean analyzePatterns)
|
static String |
toXMLUserDevice(UserDevice device)
|
static String |
toXMLUserDevicesList(String userId, UserDevice[] devices)
|
static String |
toXMLValidateOTPCode(String requestId, String otpChallengeType, String otpCode)
|
static String |
toXMLValidateOTPCode(String requestId, String appId, String otpChallengeType, String otpCode)
|
static String |
validateCookie(String cookie)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FRIENDLY_NAME
public static final String FRIENDLY_NAME
-
- See Also:
- Constant Field Values
USER_DEVICE_MAP_ID
public static final String USER_DEVICE_MAP_ID
-
- See Also:
- Constant Field Values
MAX_RECORDS
public static final String MAX_RECORDS
-
- See Also:
- Constant Field Values
FROM_INDEX
public static final String FROM_INDEX
-
- See Also:
- Constant Field Values
TOTAL_COUNT
public static final String TOTAL_COUNT
-
- See Also:
- Constant Field Values
rootNode_generateOTP
public static final String rootNode_generateOTP
-
- See Also:
- Constant Field Values
rootNode_getOTPCode
public static final String rootNode_getOTPCode
-
- See Also:
- Constant Field Values
rootNode_validateOTPCode
public static final String rootNode_validateOTPCode
-
- See Also:
- Constant Field Values
rootNode_resetOTPCounter
public static final String rootNode_resetOTPCounter
-
- See Also:
- Constant Field Values
rootNode_incrementOTPCounter
public static final String rootNode_incrementOTPCounter
-
- See Also:
- Constant Field Values
rootNode_createOAAMSession
public static final String rootNode_createOAAMSession
-
- See Also:
- Constant Field Values
rootNode_getUserDevicesRequest
public static final String rootNode_getUserDevicesRequest
-
- See Also:
- Constant Field Values
rootNode_getUserDevicesResult
public static final String rootNode_getUserDevicesResult
-
- See Also:
- Constant Field Values
rootNode_userDevicesList
public static final String rootNode_userDevicesList
-
- See Also:
- Constant Field Values
TRANSACTION_KEY
public static final String TRANSACTION_KEY
-
- See Also:
- Constant Field Values
EXT_TRANSACTION_ID
public static final String EXT_TRANSACTION_ID
-
- See Also:
- Constant Field Values
REQUEST_TIME
public static final String REQUEST_TIME
-
- See Also:
- Constant Field Values
REQUEST_ID
public static final String REQUEST_ID
-
- See Also:
- Constant Field Values
TRANSACTION_ID
public static final String TRANSACTION_ID
-
- See Also:
- Constant Field Values
STATUS
public static final String STATUS
-
- See Also:
- Constant Field Values
CONTEXTS
public static final String CONTEXTS
-
- See Also:
- Constant Field Values
TRANSACTION_TYPE
public static final String TRANSACTION_TYPE
-
- See Also:
- Constant Field Values
ANALYZE_PATTERNS
public static final String ANALYZE_PATTERNS
-
- See Also:
- Constant Field Values
OTP_CHALLENGE_TYPE
public static final String OTP_CHALLENGE_TYPE
-
- See Also:
- Constant Field Values
APPLICATION_ID
public static final String APPLICATION_ID
-
- See Also:
- Constant Field Values
OVER_WRITE_IF_EXISTS
public static final String OVER_WRITE_IF_EXISTS
-
- See Also:
- Constant Field Values
OTP_CODE
public static final String OTP_CODE
-
- See Also:
- Constant Field Values
OTP_VALIDATE_RESULT
public static final String OTP_VALIDATE_RESULT
-
- See Also:
- Constant Field Values
TRANSACTION_LOG_ID
public static final String TRANSACTION_LOG_ID
-
- See Also:
- Constant Field Values
PROFILE_TYPE_LIST
public static final String PROFILE_TYPE_LIST
-
- See Also:
- Constant Field Values
IS_REPLACE_ENTITY
public static final String IS_REPLACE_ENTITY
-
- See Also:
- Constant Field Values
COMMIT_BATCH_SIZE
public static final String COMMIT_BATCH_SIZE
-
- See Also:
- Constant Field Values
ENTITY_DATA_LIST
public static final String ENTITY_DATA_LIST
-
- See Also:
- Constant Field Values
rootNode_createOrUpdateEntities
public static final String rootNode_createOrUpdateEntities
-
- See Also:
- Constant Field Values
rootNode_searchEntity
public static final String rootNode_searchEntity
-
- See Also:
- Constant Field Values
rootNode_entityData
public static final String rootNode_entityData
-
- See Also:
- Constant Field Values
ENTITY_HEADER
public static final String ENTITY_HEADER
-
- See Also:
- Constant Field Values
USER_DATA
public static final String USER_DATA
-
- See Also:
- Constant Field Values
IP_DATA
public static final String IP_DATA
-
- See Also:
- Constant Field Values
COOKIE_LIST
public static final String COOKIE_LIST
-
- See Also:
- Constant Field Values
SESSION_DATA
public static final String SESSION_DATA
-
- See Also:
- Constant Field Values
LINKED_ENTITY
public static final String LINKED_ENTITY
-
- See Also:
- Constant Field Values
LINKED_ENTITIES_MAP
public static final String LINKED_ENTITIES_MAP
-
- See Also:
- Constant Field Values
EXTERNAL_DEVICE_ID
public static final String EXTERNAL_DEVICE_ID
-
- See Also:
- Constant Field Values
DATA_MAP
public static final String DATA_MAP
-
- See Also:
- Constant Field Values
EXT_USER_ID
public static final String EXT_USER_ID
-
- See Also:
- Constant Field Values
USER_DEVICE_LIST
public static final String USER_DEVICE_LIST
-
- See Also:
- Constant Field Values
VCryptTrackerUtil
public VCryptTrackerUtil()
getVCryptTrackerInstance
public static VCryptTracker getVCryptTrackerInstance()
- This methods returns an instance of VCryptTracker class.
-
- Returns:
- Returns instance of VCryptTracker class
getVCryptRulesEngineInstance
public static VCryptRulesEngine getVCryptRulesEngineInstance()
- This method return an instance of VCryptRulesEngine class.
-
- Returns:
- Returns instance of VCryptRulesEngine class
getTransactionDefKey
public static String getTransactionDefKey(Map pContextMap)
toXMLFingerPrintRequest
public static String toXMLFingerPrintRequest(String requestId,
Date requestTime,
String remoteIPAddr,
String remoteHost,
String secureCookie,
int secureClientType,
String secureClientVersion,
String digitalCookie,
int digitalClientType,
String digitalClientVersion,
int fingerPrintType,
String fingerPrint,
int fingerPrintType2,
String fingerPrint2)
fromXMLFingerPrintRequest
public static Map fromXMLFingerPrintRequest(String xmlString)
toXMLFingerPrintResponse
public static String toXMLFingerPrintResponse(CookieSet cookieSet)
fromXMLFingerPrintResponse
public static CookieSet fromXMLFingerPrintResponse(String xmlString)
toXMLUpdateAuthResultRequest
public static String toXMLUpdateAuthResultRequest(String requestId,
Date requestTime,
String remoteIPAddr,
String remoteHost,
String secureCookie,
String digitalCookie,
String groupId,
String userId,
String loginId,
boolean isSecure,
int result,
int clientType,
String clientVersion,
int fingerPrintType,
String fingerPrint,
int fingerPrintType2,
String fingerPrint2)
fromXMLUpdateAuthResultRequest
public static Map fromXMLUpdateAuthResultRequest(String xmlString)
toXMLTransactionLogRequest
public static String toXMLTransactionLogRequest(String requestId,
Date requestTime,
Integer transactionStatus,
Map[] contextMap)
fromXMLTransationLogRequest
public static Map fromXMLTransationLogRequest(String xmlString)
toXMLProcessRulesRequest
public static String toXMLProcessRulesRequest(String requestId,
Long transactionId,
String extTransactionId,
Date requestTime,
List profileTypeList,
Map contexts)
fromXMLProcessRulesRequest
public static Map fromXMLProcessRulesRequest(String xmlString)
toXMLProcessRulesResponse
public static String toXMLProcessRulesResponse(VCryptRulesResult rulesResult)
fromXMLProcessRulesResponse
public static VCryptRulesResult fromXMLProcessRulesResponse(String xmlString)
toXMLUpdateAuthStatus
public static String toXMLUpdateAuthStatus(String requestId,
Date requestTime,
int result,
int clientType,
String clientVersion,
boolean analyzePatterns)
fromXMLUpdateAuthStatus
public static Map fromXMLUpdateAuthStatus(String xmlString)
toXMLUpdateTransactionStatus
public static String toXMLUpdateTransactionStatus(String requestId,
Date requestTime,
long transactionId,
int status,
boolean analyzePatterns)
toXMLUpdateTransactionStatus
public static String toXMLUpdateTransactionStatus(String requestId,
Date requestTime,
long transactionId,
int status,
Map[] contextMap,
boolean analyzePatterns)
fromXMLUpdateTransactionStatus
public static Map fromXMLUpdateTransactionStatus(String xmlString)
toXMLMarkDeviceSafeRequest
public static String toXMLMarkDeviceSafeRequest(String requestId,
boolean isSafe)
fromXMLMarkDeviceSafeRequest
public static Map fromXMLMarkDeviceSafeRequest(String xmlString)
toXMLIsDeviceMarkedSafe
public static String toXMLIsDeviceMarkedSafe(String requestId)
fromXMLIsDeviceMarkedSafe
public static Map fromXMLIsDeviceMarkedSafe(String xmlString)
toXMLClearSafeDeviceList
public static String toXMLClearSafeDeviceList(String requestId)
fromXMLClearSafeDeviceList
public static Map fromXMLClearSafeDeviceList(String xmlString)
validateCookie
public static String validateCookie(String cookie)
-
- Parameters:
cookie
- cookie Validate
- Returns:
- cookie
toXMLProcessPatternAnalysis
public static String toXMLProcessPatternAnalysis(String requestId,
long transactionId,
int status,
String transactionType)
fromXMLProcessPatternAnalysis
public static Map fromXMLProcessPatternAnalysis(String xmlString)
getDocument
public static Document getDocument(String xmlString)
throws IOException,
SAXException,
ParserConfigurationException
-
- Throws:
IOException
SAXException
ParserConfigurationException
toXMLCreateTransactionList
public static String toXMLCreateTransactionList(TransactionCreateRequestData[] transactionCreateRequestData)
toXMLCreateTransaction
public static String toXMLCreateTransaction(TransactionCreateRequestData transactionCreateRequestData)
fromXMLCreateTransactionList
public static TransactionCreateRequestData[] fromXMLCreateTransactionList(String xmlString)
fromXMLCreateTransaction
public static TransactionCreateRequestData fromXMLCreateTransaction(String xmlString)
toXMLUpdateTransactionList
public static String toXMLUpdateTransactionList(TransactionUpdateRequestData[] transactionUpdateRequestData)
toXMLUpdateTransaction
public static String toXMLUpdateTransaction(TransactionUpdateRequestData transactionUpdateRequestData)
fromXMLUpdateTransactionList
public static TransactionUpdateRequestData[] fromXMLUpdateTransactionList(String xmlString)
fromXMLUpdateTransaction
public static TransactionUpdateRequestData fromXMLUpdateTransaction(String xmlString)
toXMLGetNameValueProfileRequest
public static String toXMLGetNameValueProfileRequest(String entityType,
Long entityId,
String requestId)
fromXMLGetNameValueProfileReqest
public static Map fromXMLGetNameValueProfileReqest(String xmlString)
fromXMLGenerateOTP
public static Map fromXMLGenerateOTP(String xmlString)
toXMLGenerateOTP
public static String toXMLGenerateOTP(String requestId,
String otpChallengeType,
String appId)
toXMLGetOTPCode
public static String toXMLGetOTPCode(String requestId,
String otpChallengeType,
Boolean overwriteIfExists)
toXMLGetOTPCode
public static String toXMLGetOTPCode(String requestId,
String appId,
String otpChallengeType,
Boolean overwriteIfExists)
fromXMLGetOTPCode
public static Map fromXMLGetOTPCode(String xmlString)
toXMLValidateOTPCode
public static String toXMLValidateOTPCode(String requestId,
String otpChallengeType,
String otpCode)
toXMLValidateOTPCode
public static String toXMLValidateOTPCode(String requestId,
String appId,
String otpChallengeType,
String otpCode)
fromXMLValidateOTPCode
public static Map fromXMLValidateOTPCode(String xmlString)
fromXMLSearchEntity
public static Map fromXMLSearchEntity(String xmlString)
fromXMLCreateOrUpdateEntities
public static Map fromXMLCreateOrUpdateEntities(String xmlString)
fromXMLEntityDataList
public static EntityData[] fromXMLEntityDataList(Node root)
fromXMLEntityData
public static EntityData fromXMLEntityData(Node root)
fromXMLDataMap
public static Map<String,String> fromXMLDataMap(Node root)
fromXMLUnlinkEntitiesMap
public static Map<String,List<Long>> fromXMLUnlinkEntitiesMap(Node root)
toXMLResetOTPCounter
public static String toXMLResetOTPCounter(String requestId,
String otpChallengeType)
fromXMLResetOTPCounter
public static Map fromXMLResetOTPCounter(String xmlString)
toXMLIncrementOTPCounter
public static String toXMLIncrementOTPCounter(String requestId,
String otpChallengeType)
fromXMLIncrementOTPCounter
public static Map fromXMLIncrementOTPCounter(String xmlString)
toXMLNameValueProfile
public static String toXMLNameValueProfile(NameValueProfile profile)
fromXMLNameValueProfile
public static NameValueProfile fromXMLNameValueProfile(String xmlString)
fromXMLEntityHeader
public static EntityHeader fromXMLEntityHeader(String xmlString)
toXMLOTPCode
public static String toXMLOTPCode(String otpCode)
fromXMLOTPCode
public static String fromXMLOTPCode(String xmlString)
toXMLOTPValidateResult
public static String toXMLOTPValidateResult(String otpValidationResult)
toXMLCreateOrUpdateEntities
public static String toXMLCreateOrUpdateEntities(<any>[] response)
toXMLSearchEntity
public static String toXMLSearchEntity(EntityHeader entityHeader)
toXMLEntityHeader
public static String toXMLEntityHeader(EntityHeader entityHeader)
toXMLCreateOrUpdateEntity
public static String toXMLCreateOrUpdateEntity(<any> response)
fromXMLOTPValidateResult
public static String fromXMLOTPValidateResult(String xmlString)
toXMLSearchEntity
public static String toXMLSearchEntity(EntityData entityData)
toXMLCreateOrUpdateEntities
public static String toXMLCreateOrUpdateEntities(EntityData[] entityRequestData,
boolean isReplaceEntity,
int commitBatchSize,
String requestId)
toXMLEntityDataList
public static String toXMLEntityDataList(EntityData[] entityRequestData)
toXMLEntityData
public static String toXMLEntityData(EntityData entityData)
toXMLCreateOAAMSessionRequest
public static String toXMLCreateOAAMSessionRequest(String requestId,
Date requestTime,
OAAMUserData user,
OAAMIPData ip,
List<OAAMDeviceFingerprintData> cookieList,
OAAMSessionData sessionData)
fromXMLCreateOAAMSession
public static Map fromXMLCreateOAAMSession(String xmlString)
fromXMLCookieList
public static List<OAAMDeviceFingerprintData> fromXMLCookieList(Node root)
fromXMLCookieData
public static OAAMDeviceFingerprintData fromXMLCookieData(Node root)
fromXMLSessionData
public static OAAMSessionData fromXMLSessionData(Node root)
fromXMLUserData
public static OAAMUserData fromXMLUserData(Node root)
fromXMLIpData
public static OAAMIPData fromXMLIpData(Node root)
compareValuesBasedOnEnum
public static boolean compareValuesBasedOnEnum(Number num1,
Number num2,
UserDefEnumElement compareEnum)
toXMLUserDevicesList
public static String toXMLUserDevicesList(String userId,
UserDevice[] devices)
fromXMLUserDevicesList
public static Map<String,Object> fromXMLUserDevicesList(String xmlString)
fromNodeUserDevices
public static UserDevice[] fromNodeUserDevices(String methodName,
Node valueNode,
String xmlString)
toXMLUserDevice
public static String toXMLUserDevice(UserDevice device)
fromNodeUserDevice
public static UserDevice fromNodeUserDevice(String methodName,
Node deviceNode,
String xmlString)
toXMLGetUserDevicesRequestData
public static String toXMLGetUserDevicesRequestData(GetUserDevicesRequestData request)
fromXMLGetUserDevicesRequestData
public static GetUserDevicesRequestData fromXMLGetUserDevicesRequestData(String xmlString)
toXMLGetUserDevicesResultData
public static String toXMLGetUserDevicesResultData(GetUserDevicesResultData result)
fromXMLGetUserDevicesResultData
public static GetUserDevicesResultData fromXMLGetUserDevicesResultData(String xmlString)
getRootNode
public static Node getRootNode(String methodName,
String rootNodeName,
String xmlString)
Skip navigation links
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.