com.bankframe.examples.channel.xmlxsl
Class FooXmlXslCodec
java.lang.Object
com.bankframe.ei.channel.codec.XMLDOMCodec
com.bankframe.ei.channel.codec.DPTPDOMCodec
com.bankframe.ei.channel.codec.XMLXSLCodec
com.bankframe.examples.channel.xmlxsl.FooXmlXslCodec
- All Implemented Interfaces:
- Codec
public class FooXmlXslCodec
- extends XMLXSLCodec
REQUEST_CONTENT_TYPE
public static final String REQUEST_CONTENT_TYPE
- See Also:
- Constant Field Values
RESPONSE_CONTENT_TYPE
public static final String RESPONSE_CONTENT_TYPE
- See Also:
- Constant Field Values
FooXmlXslCodec
public FooXmlXslCodec()
- Constructor. This constructor contains the following code:
public FooXmlXslCodec() {
super(REQUEST_CONTENT_TYPE,RESPONSE_CONTENT_TYPE);
}
getName
public 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 © 2005, 2007, Oracle. All rights reserved.