|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
MapMessageSender.java | - | - | - | - |
|
1 |
package com.diasparsoftware.javax.jms;
|
|
2 |
|
|
3 |
import java.util.Map;
|
|
4 |
|
|
5 |
public interface MapMessageSender { |
|
6 |
void sendMapMessage(
|
|
7 |
String destinationQueueJndiName, |
|
8 |
Map messageContent) |
|
9 |
throws MessagingException;
|
|
10 |
} |
|
11 |
|
|