• Main Page
  • Classes
  • Files
  • File List

include/AmazonServiceResponseUnmarshaller.h

00001 //
00002 //  AWSResponseUnmarshaller.h
00003 //  SimpleDB
00004 //
00005 //  Created by Dierkes, Glenn on 11/4/10.
00006 //  Copyright 2010 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "AmazonUnmarshallerXMLParserDelegate.h"
00011 #import "AmazonServiceResponse.h"
00012 
00016 @interface AmazonServiceResponseUnmarshaller : AmazonUnmarshallerXMLParserDelegate { 
00017         NSString* endElementTagName;    
00018 }
00019 
00020 @property (nonatomic, retain) NSString* endElementTagName;
00021 
00022 -(AmazonServiceResponse *)response;
00023 
00024 @end

Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.