/* */ try
/* */ {
/* 344 */ if ((attachment.getDataHandler().getDataSource() instanceof SwapableMemoryDataSource))
/* */ {
/* 346 */ SwapableMemoryDataSource swapFile = (SwapableMemoryDataSource)attachment.getDataHandler().getDataSource();
/* 347 */ swapFile.cleanup();
/* */ }
/* */ }
/* */ catch (SOAPException e)
/* */ {
/* 352 */ log.warn("Failed to cleanup attachment part", e);