while (thisThread == sendThread) {
try {
// MML パッケージを取得
MmlMessageEvent mevt = (MmlMessageEvent) getMML();
getLogger().debug("MMLファイルをコンシュームしました");
String groupId = mevt.getGroupId();
String instance = mevt.getMmlInstance();
List<SchemaModel> schemas = mevt.getSchema();
// ファイル名を生成する
String dest = getCSGWPathname(groupId, "xml");
String temp = getCSGWPathname(groupId, "xml.tmp");
File f = new File(temp);