Exemple #1
0
        /// <summary>
        /// Implements the enumSessions of T2G-Identification service.
        /// </summary>
        /// <param name="request">The request input.</param>
        /// <returns>The list of know sessions</returns>
        public enumSessionsOutput enumSessions(enumSessionsInput request)
        {
            if (!IsSessionValid(request.Body.sessionId))
            {
                throw FaultExceptionFactory.CreateInvalidSessionIdentifierFault();
            }

            throw FaultExceptionFactory.CreateNotImplementedFault();
        }
Exemple #2
0
 public getNotificationPeriodsOutput getNotificationPeriods(getNotificationPeriodsInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #3
0
 public setNotificationPeriodOutput setNotificationPeriod(setNotificationPeriodInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #4
0
 public enumInhibitedMessagesOutput enumInhibitedMessages(enumInhibitedMessagesInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #5
0
 public inhibitMessagesOutput inhibitMessages(inhibitMessagesInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #6
0
 public getServiceInfoOutput getServiceInfo(getServiceInfoInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #7
0
 public getActiveServicesOutput getActiveServices(getActiveServicesInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }
Exemple #8
0
 public demandMessageNotificationOutput demandMessageNotification(demandMessageNotificationInput request)
 {
     throw FaultExceptionFactory.CreateNotImplementedFault();
 }