while (tcItr.hasNext()) {
TransportConstraints tcValue = tcItr.next();
//String[] actions = tcValue.actions.toArray(new String[0]);
SipUserDataPermission wdp = new SipUserDataPermission(tcValue.servletName,
tcValue.actions, tcValue.getType());
noUDPerm = false;
//SipUserDataPermission(tcValue.servletName, actions, tcValue.getType());
udcPermList.add(wdp);
}