Java RC 1.01

Please allow me a question.

There is a Message-class

and in that class is a list of MessageContent

In the Java-source, MessageContent is abstract, and I did not find any
descendants. So they cannot be instantiated

Am I right or did I overlook something?

Thanks
Bert Verhees

Bert Verhees schreef:

Please allow me a question.

There is a Message-class

and in that class is a list of MessageContent
  

I have two more questions, the other I put in a separate mail.

I am sorry, there is not a list of MessageContent in message, there is a
property messageContent in Message.
The rest of the questions remains the same.

Thanks
Bert

Hi Bert,

The message package of the specification is not quite complete yet. My
guess is that there will be some concrete subclass of MessageContent in
the future.

Regards,
Rong

Bert Verhees wrote:

Rong Chen wrote:

Hi Bert,

The message package of the specification is not quite complete yet. My
guess is that there will be some concrete subclass of MessageContent in
the future.
  

I didn't realise anyone had implemented the old Extract specification -
it is no longer valid (or even online). A new Extract spec (completely
different) will be made available in the next few days I hope.

- -thomas