at.spardat.xma.baserpc
Class BaseRpcSerFactory

java.lang.Object
  extended byat.spardat.xma.serializer.SerializerFactory
      extended byat.spardat.xma.baserpc.BaseRpcSerFactory

public class BaseRpcSerFactory
extends SerializerFactory

SerializerFactory for BaseRpcs


Field Summary
 
Fields inherited from class at.spardat.xma.serializer.SerializerFactory
PROP_KEY, SER_ASCII, SER_BINARY, SER_TASCII, SYS_PROP_KEY
 
Constructor Summary
BaseRpcSerFactory(boolean isAtServer)
          Constructor
 
Method Summary
 java.lang.String getSerializationMode0(XMASession session)
          Returns one of the SER_-constants that determine the current serialization mode.
 boolean isAtServer()
          Indicates if this is executing at the server
 
Methods inherited from class at.spardat.xma.serializer.SerializerFactory
createDeserializer, createDeserializer, createSerializer, getSerializationMode, isModeBinary, setSerializationMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRpcSerFactory

public BaseRpcSerFactory(boolean isAtServer)
Constructor

Method Detail

getSerializationMode0

public java.lang.String getSerializationMode0(XMASession session)
Description copied from class: SerializerFactory
Returns one of the SER_-constants that determine the current serialization mode.

Specified by:
getSerializationMode0 in class SerializerFactory
See Also:
SerializerFactory.getSerializationMode0(at.spardat.xma.session.XMASession)

isAtServer

public boolean isAtServer()
Description copied from class: SerializerFactory
Indicates if this is executing at the server

Specified by:
isAtServer in class SerializerFactory
See Also:
SerializerFactory.isAtServer()