jp.veritrans.tercerog.mdk
クラス MdkContentHandler
java.lang.Object
jp.veritrans.tercerog.mdk.MdkContentHandler
- すべての実装されたインタフェース:
- ContentHandler
public class MdkContentHandler
- extends Object
- implements ContentHandler
GW処理結果XMLから応答Dtoに変換するクラス
ContentHandlerインタフェースを実装
対応する応答Dtoのプロパティ属性
- String
- String[]
- Dto
- Dto[]
※上記以外の属性に対するparse処理については動作対象外とする。
- 導入されたバージョン:
- 1.0
- バージョン:
- 2.0 2012/07/12
- 作成者:
- Veritrans Inc.
メソッドの概要 |
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(String namespaceURI,
String localName,
String qName)
|
void |
endPrefixMapping(String prefix)
|
void |
ignorableWhitespace(char[] ch,
int start,
int length)
|
void |
processingInstruction(String target,
String data)
|
void |
setDocumentLocator(Locator locator)
|
void |
skippedEntity(String name)
|
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
|
MdkContentHandler
public MdkContentHandler(Object dto)
- コンストラクタ。決済応答Dtoを使用してインスタンス化する
- パラメータ:
dto
- 決済応答Dto
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の characters
- 例外:
SAXException
endDocument
public void endDocument()
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の endDocument
- 例外:
SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qName)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の endElement
- 例外:
SAXException
endPrefixMapping
public void endPrefixMapping(String prefix)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の endPrefixMapping
- 例外:
SAXException
ignorableWhitespace
public void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の ignorableWhitespace
- 例外:
SAXException
processingInstruction
public void processingInstruction(String target,
String data)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の processingInstruction
- 例外:
SAXException
setDocumentLocator
public void setDocumentLocator(Locator locator)
- 定義:
- インタフェース
ContentHandler
内の setDocumentLocator
skippedEntity
public void skippedEntity(String name)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の skippedEntity
- 例外:
SAXException
startDocument
public void startDocument()
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の startDocument
- 例外:
SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の startElement
- 例外:
SAXException
startPrefixMapping
public void startPrefixMapping(String prefix,
String uri)
throws SAXException
- 定義:
- インタフェース
ContentHandler
内の startPrefixMapping
- 例外:
SAXException
Copyright © 2017. All rights reserved.