Skip navigation links

Package com.nexmo.client.voice.ncco

Provides useful NCCO classes which can be serialized using Jackson when implementing webhooks to drive the Nexmo Voice API.

See: Description

Package com.nexmo.client.voice.ncco Description

Provides useful NCCO classes which can be serialized using Jackson when implementing webhooks to drive the Nexmo Voice API.

The simplest way to use these classes is to subclass AbstractAnswerServlet and implement AbstractAnswerServlet.handleRequest(javax.servlet.http.HttpServletRequest). the returned NCCOResponse will automatically be serialized correctly.

Skip navigation links