I'm using the Java APIs and have generated code from a supplied IDL. The XSD defines the message type as a sequence of elements of type "x" having maxOccurs="3" . How do I parse the indeterminate number of elements in my on_data_available(DataReader reader) method?
IDL / XSD