public abstract class TranscriptionsEndpoint extends SecuredEndpoint
SecuredEndpoint.SecuredType| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.configuration.Configuration |
configuration |
protected javax.servlet.ServletContext |
context |
protected TranscriptionsDao |
dao |
protected com.google.gson.Gson |
gson |
protected com.thoughtworks.xstream.XStream |
xstream |
accountsDao, extensions, identityContext, logger, userIdentityContextbaseRecordingsPath| Constructor and Description |
|---|
TranscriptionsEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
getTranscription(String accountSid,
String sid,
javax.ws.rs.core.MediaType responseType) |
protected javax.ws.rs.core.Response |
getTranscriptions(String accountSid,
javax.ws.rs.core.MediaType responseType) |
void |
init() |
checkAuthenticatedAccount, checkPermission, executePostApiAction, executePreApiAction, getAdministratorRole, hasAccountRole, init, isSecuredByPermission, isSuperAdmin, secure, secure, securegetApiVersion, getHasVoiceCallerIdLookup, getMethod, getPhoneNumber, getSid, getUrl, isEmpty@Context protected javax.servlet.ServletContext context
protected org.apache.commons.configuration.Configuration configuration
protected TranscriptionsDao dao
protected com.google.gson.Gson gson
protected com.thoughtworks.xstream.XStream xstream
@PostConstruct public void init()
protected javax.ws.rs.core.Response getTranscription(String accountSid, String sid, javax.ws.rs.core.MediaType responseType)
protected javax.ws.rs.core.Response getTranscriptions(String accountSid, javax.ws.rs.core.MediaType responseType)
Copyright © 2016. All Rights Reserved.