コード例 #1
0
ファイル: JmsMapMessage.java プロジェクト: ChugR/qpid-jms
 @Override
 public JmsMapMessage copy() throws JMSException {
   JmsMapMessage other = new JmsMapMessage(facade.copy());
   other.copy(this);
   return other;
 }