org.speakright.core.render
Class Transfer

java.lang.Object
  extended by org.speakright.core.render.FormElement
      extended by org.speakright.core.render.Transfer

public class Transfer
extends FormElement

A call control element that transfers the call.

Author:
IanRaeLaptop

Field Summary
 int m_connectionTimeout
           
 java.lang.String m_destination
           
 Prompt m_prompt
           
 TransferFlow.TransferType m_transferType
           
 
Constructor Summary
Transfer(TransferFlow.TransferType type, java.lang.String destination, Prompt prompt)
           
 
Method Summary
 java.lang.String getDestination()
          used by ST
 
Methods inherited from class org.speakright.core.render.FormElement
renderGrammars, renderPrompts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_prompt

public Prompt m_prompt

m_destination

public java.lang.String m_destination

m_transferType

public TransferFlow.TransferType m_transferType

m_connectionTimeout

public int m_connectionTimeout
Constructor Detail

Transfer

public Transfer(TransferFlow.TransferType type,
                java.lang.String destination,
                Prompt prompt)
Method Detail

getDestination

public java.lang.String getDestination()
used by ST

Returns: