ObjectiveC SDK  1.0
SmsValidationService.h
Go to the documentation of this file.
00001 //
00002 //  SmsValidationService.h
00003 //  smsValidation
00004 
00005 /*
00006  * This file is part of the Telekom Objective C SDK
00007  * Copyright 2011 Deutsche Telekom AG
00008  *
00009  * Licensed under the Apache License, Version 2.0 (the "License");
00010  * you may not use this file except in compliance with the License.
00011  * You may obtain a copy of the License at
00012  *
00013  *     http://www.apache.org/licenses/LICENSE-2.0
00014  *
00015  * Unless required by applicable law or agreed to in writing, software
00016  * distributed under the License is distributed on an "AS IS" BASIS,
00017  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00018  * See the License for the specific language governing permissions and
00019  * limitations under the License.
00020  */
00021 
00022 #import <Foundation/Foundation.h>
00023 #import "STSToken.h"
00024 #import "SendValidationKeywordResponse.h"
00025 #import "SmsValidationDataFactory.h"
00026 #import "TkomJSONHandler.h"
00027 
00031 @interface SmsValidationService : NSObject
00032 
00043 - (SendValidationKeywordResponse*) sendValidationKeyword:(STSToken*) token withEnvironment:(NSString*) environment withNumber:(NSString*) number withMessage:(NSString*) message withOriginator:(NSString*) originator withAccount:(NSString*) account;
00044 
00045 
00054 - (ValidateResponse*) validate:(STSToken*) token withEnvironment:(NSString*) environment withNumber:(NSString*) number withKey:(NSString*) key;
00055 
00056 
00064 - (InvalidateResponse*) invalidate:(STSToken*) token withEnvironment:(NSString*) environment withNumber:(NSString*) number;
00065 
00072 - (GetValidatedNumbersResponse*) getValidatedNumbers:(STSToken*) token withEnvironment:(NSString*) environment;
00073 
00074 @end
 All Classes Files Functions Variables Properties