com.bankframe.ei.channel.codec
Class B2BXMLCodec
java.lang.Object
com.bankframe.ei.channel.codec.XMLDOMCodec
com.bankframe.ei.channel.codec.DPTPDOMCodec
com.bankframe.ei.channel.codec.XMLXSLCodec
com.bankframe.ei.channel.codec.B2BXMLCodec
- All Implemented Interfaces:
- Codec
public class B2BXMLCodec
- extends XMLXSLCodec
This class is a codec for handling BankFrame B2B XML.
Method Summary |
String |
getName()
This method returns the name of this codec |
BANKFRAME_XML_CONTENT_TYPE
public static final String BANKFRAME_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
B2BXMLCodec
public B2BXMLCodec()
- Default Constructor
getName
public String getName()
- This method returns the name of this codec
- Specified by:
getName
in interface Codec
- Overrides:
getName
in class DPTPDOMCodec
- Returns:
- the codec name
- See Also:
Codec.getName()
Copyright © 2005, 2007, Oracle. All rights reserved.