protected StaticRecipientList recipientList;
protected void setUp() throws Exception {
super.setUp();
recipientList = new StaticRecipientList();
recipientList.setRecipients(
new ExchangeTarget[] {
createServiceExchangeTarget(new QName("recipient1")),
createServiceExchangeTarget(new QName("recipient2")),
createServiceExchangeTarget(new QName("recipient3"))