com.twilio.sdk.resource.factory
Interface MessageFactory

All Known Implementing Classes:
MessageList

public interface MessageFactory

A factory for creating Message objects.


Method Summary
 Message create(List<org.apache.http.NameValuePair> params)
          Creates the message.
 

Method Detail

create

Message create(List<org.apache.http.NameValuePair> params)
               throws TwilioRestException
Creates the message.

Parameters:
params - the params list
Returns:
the message
Throws:
TwilioRestException


Copyright © 2011 Twilio, Inc. All Rights Reserved.