SchemaProcessor Protocol Reference

Declared in SchemaProcessor.h

Overview

Receives the data from stream and creates the schema object.

– loadSchema: required method

Loads new schema from the buffer.

- (void)loadSchema:(NSData *)buffer

Parameters

buffer

Schema buffer

Discussion

Loads new schema from the buffer.

Important: Raises exception in case of loading schema failure.

Declared In

SchemaProcessor.h