com.bankframe.ei.channel.codec
Class XMLDOMCodec

java.lang.Object
  extended by com.bankframe.ei.channel.codec.XMLDOMCodec
All Implemented Interfaces:
Codec
Direct Known Subclasses:
DPTPDOMCodec

public abstract class XMLDOMCodec
extends Object
implements Codec


Constructor Summary
XMLDOMCodec()
          Constructor for DomCodec
 
Method Summary
 Vector decode(String encoded)
          This method decodes an encoded String to a Vector of DataPackets.
 String encode(Vector data)
          This method encodes a Vector of DataPackets as a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bankframe.ei.channel.codec.Codec
getName
 

Constructor Detail

XMLDOMCodec

public XMLDOMCodec()
Constructor for DomCodec

Method Detail

decode

public Vector decode(String encoded)
Description copied from interface: Codec
This method decodes an encoded String to a Vector of DataPackets.

Specified by:
decode in interface Codec
Parameters:
encoded - an encoded string
See Also:
Codec.decode(String)

encode

public String encode(Vector data)
Description copied from interface: Codec
This method encodes a Vector of DataPackets as a string.

Specified by:
encode in interface Codec
Parameters:
data - Vector an encoded string
See Also:
Codec.encode(Vector)


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