com.bankframe.ei.channel.codec
Class B2BXMLCodec

java.lang.Object
  extended bycom.bankframe.ei.channel.codec.XMLDOMCodec
      extended bycom.bankframe.ei.channel.codec.DPTPDOMCodec
          extended bycom.bankframe.ei.channel.codec.XMLXSLCodec
              extended bycom.bankframe.ei.channel.codec.B2BXMLCodec
All Implemented Interfaces:
Codec

public class B2BXMLCodec
extends XMLXSLCodec

This class is a codec for handling BankFrame B2B XML.


Field Summary
static java.lang.String BANKFRAME_XML_CONTENT_TYPE
           
 
Fields inherited from class com.bankframe.ei.channel.codec.XMLXSLCodec
XSL_REQUEST_MAPPING, XSL_RESPONSE_MAPPING, XSL_TRACE_TRANSFORM
 
Fields inherited from class com.bankframe.ei.channel.codec.DPTPDOMCodec
NAME_ATTRIBUTE
 
Constructor Summary
B2BXMLCodec()
          Default Constructor
 
Method Summary
 java.lang.String getName()
          This method returns the name of this codec
 
Methods inherited from class com.bankframe.ei.channel.codec.XMLXSLCodec
decode, encodeXml, isTracing, setTracing
 
Methods inherited from class com.bankframe.ei.channel.codec.DPTPDOMCodec
main
 
Methods inherited from class com.bankframe.ei.channel.codec.XMLDOMCodec
decode, encode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANKFRAME_XML_CONTENT_TYPE

public static final java.lang.String BANKFRAME_XML_CONTENT_TYPE
See Also:
Constant Field Values
Constructor Detail

B2BXMLCodec

public B2BXMLCodec()
Default Constructor

Method Detail

getName

public java.lang.String getName()
This method returns the name of this codec

Specified by:
getName in interface Codec
Overrides:
getName in class DPTPDOMCodec
See Also:
Codec.getName()


Copyright © 2004 Siebel Systems, Inc. All rights reserved.