com.baidu.sapi2.social.utils
类 SocialParser

java.lang.Object
  继承者 com.baidu.sapi2.social.utils.SocialParser

public class SocialParser
extends Object

Result Parser Class

版本:
1.0.0
作者:
DongJian

构造方法摘要
SocialParser()
           
 
方法摘要
static SocialResponse parserAfterAuthResult(String resultXML, String page)
          Parser AfterAuth Result
static FillUProfileResponse parserFillUProfileResult(String resultXML)
          Parser Fill user profile result
static LoginResponse parserLoginProtectResult(String resultXML)
          Parser 登录保护 result
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SocialParser

public SocialParser()
方法详细信息

parserAfterAuthResult

public static SocialResponse parserAfterAuthResult(String resultXML,
                                                   String page)
Parser AfterAuth Result

参数:
resultXML - result
返回:
SocialResponse

parserFillUProfileResult

public static FillUProfileResponse parserFillUProfileResult(String resultXML)
Parser Fill user profile result

参数:
resultXML - result
返回:
FillProfileResponse

parserLoginProtectResult

public static LoginResponse parserLoginProtectResult(String resultXML)
Parser 登录保护 result

参数:
resultXML - result
返回:
FillProfileResponse


Copyright © 2013. All Rights Reserved.