com.neeve.sma
Class RawMessageViewFactory

java.lang.Object
  extended by com.neeve.root.RootObject
      extended by com.neeve.sma.SmaObject
          extended by com.neeve.sma.RawMessageViewFactory
All Implemented Interfaces:
MessageViewFactory

public final class RawMessageViewFactory
extends SmaObject
implements MessageViewFactory

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

getVfid

public final short getVfid()
Implementation of MessageViewFactory.getVfid()

Specified by:
getVfid in interface MessageViewFactory

create

public final MessageView create(short type)
Implementation of MessageViewFactory.create(short)

Specified by:
create in interface MessageViewFactory
Parameters:
type - The message view's type

wrap

public final MessageView wrap(short type,
                              int encodingType,
                              Object message)
Implementation of MessageViewFactory.wrap(short, int, java.lang.Object)

Specified by:
wrap in interface MessageViewFactory
Parameters:
type - The message view's type
encodingType - The message's encoding type
message - The serialized message to wrap the view around.

create

public static final RawMessageViewFactory create(Properties props)
Create a new raw message view factory.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.