|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neeve.root.RootObject
com.neeve.sma.SmaObject
com.neeve.sma.RawMessageViewFactory
public final class RawMessageViewFactory
Implementation of the raw message view factory.
| Field Summary |
|---|
| Fields inherited from interface com.neeve.sma.MessageViewFactory |
|---|
VFID_MAP, VFID_NULL, VFID_PLATFORM_STATIC_LAST, VFID_RAW, VFID_ROG_PACKET_MANAGER, VFID_ROG_RAW |
| Method Summary | |
|---|---|
static RawMessageViewFactory |
create(Properties props)
Create a new raw message view factory. |
MessageView |
create(short type)
Implementation of MessageViewFactory.create(short) |
short |
getVfid()
Implementation of MessageViewFactory.getVfid() |
MessageView |
wrap(short type,
int encodingType,
Object message)
Implementation of MessageViewFactory.wrap(short, int, java.lang.Object) |
| Methods inherited from class com.neeve.root.RootObject |
|---|
getChecked, getThreaded, getTracer, setChecked, setTracer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final short getVfid()
MessageViewFactory.getVfid()
getVfid in interface MessageViewFactorypublic final MessageView create(short type)
MessageViewFactory.create(short)
create in interface MessageViewFactorytype - The message view's type
public final MessageView wrap(short type,
int encodingType,
Object message)
MessageViewFactory.wrap(short, int, java.lang.Object)
wrap in interface MessageViewFactorytype - The message view's typeencodingType - The message's encoding typemessage - The serialized message to wrap the view around.public static final RawMessageViewFactory create(Properties props)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||