Ejemplo n.º 1
0
 @Override
 public JmsMapMessage copy() throws JMSException {
   JmsMapMessage other = new JmsMapMessage(facade.copy());
   other.copy(this);
   return other;
 }