com.dyuproject.protostuff
Interface CollectionSchema.MessageFactory

All Known Implementing Classes:
CollectionSchema.MessageFactories
Enclosing class:
CollectionSchema<V>

public static interface CollectionSchema.MessageFactory

Creates new Collection messages.


Method Summary
<V> java.util.Collection<V>
newMessage()
          Creates a new Collection message.
 java.lang.Class<?> typeClass()
          The type to instantiate.
 

Method Detail

newMessage

<V> java.util.Collection<V> newMessage()
Creates a new Collection message.


typeClass

java.lang.Class<?> typeClass()
The type to instantiate.



Copyright © 2009-2012. All Rights Reserved.