クラス QueryXmlWriter
java.lang.Object
org.iplass.mtp.impl.webapi.command.entity.QueryXmlWriter
- すべての実装されたインタフェース:
AutoCloseable,Constants
QueryのXmlStreaming処理クラス
-
フィールドの概要
インタフェースから継承されたフィールド org.iplass.mtp.impl.webapi.command.Constants
CMD_EXEC_SUCCESS -
コンストラクタの概要
コンストラクタコンストラクタ説明QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, jakarta.xml.bind.JAXBContext context, Map<String, String> nameSpaceMap, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, org.iplass.mtp.impl.entity.fileport.QueryCsvWriteOption option, jakarta.xml.bind.JAXBContext context, Map<String, String> nameSpaceList, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) -
メソッドの概要
-
コンストラクタの詳細
-
QueryXmlWriter
public QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, jakarta.xml.bind.JAXBContext context, Map<String, String> nameSpaceMap, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) throws IOException- 例外:
IOException
-
QueryXmlWriter
public QueryXmlWriter(OutputStream out, org.iplass.mtp.entity.query.Query query, boolean isCountTotal, org.iplass.mtp.impl.entity.fileport.QueryCsvWriteOption option, jakarta.xml.bind.JAXBContext context, Map<String, String> nameSpaceList, org.iplass.mtp.impl.xml.jaxb.DateXmlAdapter dateAdapter) throws IOException- 例外:
IOException
-
-
メソッドの詳細
-
write
- 例外:
IOException
-
close
public void close()- 定義:
closeインタフェース内AutoCloseable
-