Class VoiceAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​Voice>
com.bandwidth.voice.bxml.verbs.adapter.VoiceAdapter

public class VoiceAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​Voice>
  • Constructor Summary

    Constructors 
    Constructor Description
    VoiceAdapter()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String marshal​(Voice v)  
    Voice unmarshal​(java.lang.String v)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • unmarshal

      public Voice unmarshal​(java.lang.String v) throws java.lang.Exception
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​Voice>
      Throws:
      java.lang.Exception
    • marshal

      public java.lang.String marshal​(Voice v) throws java.lang.Exception
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​Voice>
      Throws:
      java.lang.Exception