SIHApplicationDescriptorReader Class Reference
| Inherits from | SICSiminovSAXDefaultHandler |
|---|---|
| Declared in | SIHApplicationDescriptorReader.h SIHApplicationDescriptorReader.m |
Overview
- Exposes methods to parse Application Descriptor information as per define in ApplicationDescriptor.xml file by application.
Example:
{@code
application_name
application_description
application_version
true/false
full_path_of_database_descriptor_file
full_path_of_service
name_of_sync_handler
sync_interval_in_millisecond
INTERVAL|SCREEN
name_of_service.name_of_api
value_of_property
adapter_path
full_path_of_library_descriptor_file
full_java_class_path_of_event_handler/javascript_class_path_of_event_handler (ISiminovHandler/IDatabaseHandler)
}
</p>
*
Other Methods
– getApplicationDescriptor
Get application descriptor object.
- (SIHApplicationDescriptor *)getApplicationDescriptorReturn Value
Application Descriptor Object.
Discussion
Get application descriptor object.
Declared In
SIHApplicationDescriptorReader.h
Other Methods
– init
ApplicationDescriptorReader Constructor
- (id)initDiscussion
ApplicationDescriptorReader Constructor
Declared In
SIHApplicationDescriptorReader.m