本文整理汇总了Java中org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse类的典型用法代码示例。如果您正苦于以下问题:Java UnstructuredSSNotifyResponse类的具体用法?Java UnstructuredSSNotifyResponse怎么用?Java UnstructuredSSNotifyResponse使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
UnstructuredSSNotifyResponse类属于org.mobicents.protocols.ss7.map.api.service.supplementary包,在下文中一共展示了UnstructuredSSNotifyResponse类的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: onUnstructuredSSNotifyResponse
import org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse; //导入依赖的package包/类
@Override
public void onUnstructuredSSNotifyResponse(UnstructuredSSNotifyResponse unstrNotifyInd) {
logger.debug("[[[[[[[[[[ onUnstructuredSSNotifyResponse ]]]]]]]]]]");
/*// This error condition. Client should never receive the
// UnstructuredSSNotifyRequestIndication
logger.error(String.format("onUnstructuredSSNotifyResponse for Dialog=%d and invokeId=%d", unstrNotifyInd
.getMAPDialog().getLocalDialogId(), unstrNotifyInd.getInvokeId()));*/
}
示例2: createUnstructuredSSNotifyResponseIndication
import org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse; //导入依赖的package包/类
public UnstructuredSSNotifyResponse createUnstructuredSSNotifyResponseIndication() {
UnstructuredSSNotifyResponse response = new UnstructuredSSNotifyResponseImpl();
return response;
}
示例3: onUnstructuredSSNotifyResponse
import org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse; //导入依赖的package包/类
@Override
public void onUnstructuredSSNotifyResponse(UnstructuredSSNotifyResponse ind) {
this.testerHost.sendNotif(SOURCE_NAME, "Sent: unstrSsNotifyResp", "-", Level.DEBUG);
}
示例4: onUnstructuredSSNotifyResponse
import org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse; //导入依赖的package包/类
@Override
public void onUnstructuredSSNotifyResponse(UnstructuredSSNotifyResponse unstrNotifyInd) {
// TODO Auto-generated method stub
}
示例5: onUnstructuredSSNotifyResponse
import org.mobicents.protocols.ss7.map.api.service.supplementary.UnstructuredSSNotifyResponse; //导入依赖的package包/类
@Override
public void onUnstructuredSSNotifyResponse(UnstructuredSSNotifyResponse unstrNotifyInd) {
//throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
logger.debug("[[[[[[[[[[ onUnstructuredSSNotifyResponse ]]]]]]]]]]");
}