Uses of Class
com.telapi.api.inboundxml.elements.Response

Packages that use Response
com.telapi.api.inboundxml.elements   
 

Uses of Response in com.telapi.api.inboundxml.elements
 

Methods in com.telapi.api.inboundxml.elements that return Response
static Response Response.create()
          Creates a new basic response object.
 Response Response.dial(Dial dial)
          Adds a Dial element to a Response element.
 Response Response.gather(Gather gather)
          Adds a Gather element to the current Response element.
 Response Response.getSpeech(GetSpeech getSpeech)
          Adds a GetSpeech element to the current Response element.
 Response Response.hangup()
          Conveniece method for creating a new Hangup element.
 Response Response.hangup(Long schedule)
          Adds a Hangup element to the Response element.
 Response Response.pause()
          Adds a Pause element to the Response element.
 Response Response.pause(Long length)
          Adds a Pause element to the Response element.
 Response Response.play(Long loop, String resource)
          Adds a Play element to a Response element.
 Response Response.record(RecordParameters params)
          Convenience method for appending a new Record element.
 Response Response.record(String action)
          Convenience method for appending a new Record element.
 Response Response.record(String action, HttpMethod method, Long timeout, String finishOnKey, Long maxLength, Boolean transcribe, String transcribeCallback, Boolean playBeep, Boolean bothLegs, RecordingFileFormat fileFormat)
          Adds a Record element to a Response element.
 Response Response.redirect(String url)
          Convenience method for creating a redirect element.
 Response Response.redirect(String url, HttpMethod method)
          Adds a Redirect element to the Response element.
 Response Response.reject()
          Convenience method for adding a Reject element to the current Response element.
 Response Response.reject(RejectReason reason)
          Adds a Reject element to the Response element.
 Response Response.say(String text)
          Convenience method for creating a Say element.
 Response Response.say(String text, Voice voice, Long loop)
          Adds a Say element to a Response element.
 Response Response.sms(String text, String to, String from)
          Convenience method for adding an Sms element.
 Response Response.sms(String text, String to, String from, String action, HttpMethod method, String statusCallback)
          Appends an SMS Element to the current Response element.
 



Copyright © 2012. All Rights Reserved.