com.bankframe.ei.txnhandler.hostcache
Class StringEncoder

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.hostcache.StringEncoder
All Implemented Interfaces:
Encoder

Deprecated. Use the com.bankframe.serives.cache package instead

public class StringEncoder
extends java.lang.Object
implements Encoder

This class is the default implementation of the Encoder interface which turns a DataPacket into a String using the DataPacket toString() method.


Constructor Summary
StringEncoder()
          Deprecated.  
 
Method Summary
 java.lang.String encode(DataPacket dp)
          Deprecated. The Default Encoder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEncoder

public StringEncoder()
Deprecated. 
Method Detail

encode

public java.lang.String encode(DataPacket dp)
Deprecated. 
The Default Encoder. Please see Encoder for more information.

Specified by:
encode in interface Encoder
Parameters:
dp - The DataPacket to encode.
Returns:
The encoded DataPacket.


Copyright © 2005, 2007, Oracle. All rights reserved.