开发者

JAX-RS/Jersey client: unmarshall URI encoded name/value pairs

开发者 https://www.devze.com 2023-03-10 09:48 出处:网络
I wondered if anyone knows how best to unmarshall a response from开发者_运维百科 a JAX-RS/Jersey client that is returning a response from paypal. The response is URI encoded in name/value pairs. I ask

I wondered if anyone knows how best to unmarshall a response from开发者_运维百科 a JAX-RS/Jersey client that is returning a response from paypal. The response is URI encoded in name/value pairs. I ask because I've already written some code that unmarshalls a google geocode response, given a class hierarchy it automagically transforms the JSON response into objects, but alas I've not been able to do similar with this simpler problem.

TIMESTAMP=2011%2d06%2d03T13%3a22%3a17Z&CORRELATIONID=f708c43c1d078&ACK=Success&VERSION=56%

Thanks for any help.


You're going to need to do something like this: Parsing query strings on Android.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号