com.twilio.sdk.parser
Interface ResponseParser

All Known Implementing Classes:
JsonResponseParser, XmlResponseParser

public interface ResponseParser

The Interface ResponseParser.


Nested Class Summary
static class ResponseParser.PagingProperty
          The Enum PagingProperty.
 
Method Summary
 String getPagingPropertyKey(ResponseParser.PagingProperty prop)
          Gets the paging property key.
 Map<String,Object> parse(TwilioRestResponse response)
          Parses the.
 

Method Detail

parse

Map<String,Object> parse(TwilioRestResponse response)
Parses the.

Parameters:
response - the response
Returns:
the map

getPagingPropertyKey

String getPagingPropertyKey(ResponseParser.PagingProperty prop)
Gets the paging property key.

Parameters:
prop - the prop
Returns:
the paging property key


Copyright © 2011 Twilio, Inc. All Rights Reserved.