com.bankframe.examples.channel.xmlxsl
Class FooXmlXslCodec

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.examples.channel.xmlxsl.FooXmlXslCodec
All Implemented Interfaces:
Codec

public class FooXmlXslCodec
extends XMLXSLCodec


Field Summary
static java.lang.String REQUEST_CONTENT_TYPE
           
static java.lang.String RESPONSE_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
FooXmlXslCodec()
          Constructor.
 
Method Summary
 java.lang.String getName()
          Return 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

REQUEST_CONTENT_TYPE

public static final java.lang.String REQUEST_CONTENT_TYPE
See Also:
Constant Field Values

RESPONSE_CONTENT_TYPE

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

FooXmlXslCodec

public FooXmlXslCodec()
Constructor. This constructor contains the following code: public FooXmlXslCodec() { super(REQUEST_CONTENT_TYPE,RESPONSE_CONTENT_TYPE); }

Method Detail

getName

public java.lang.String getName()
Return the name of this codec.

Specified by:
getName in interface Codec
Overrides:
getName in class DPTPDOMCodec
Returns:
java.lang.String
See Also:
Codec.getName()


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