for (int n = 0; n < matches.length; ++n)
{
RelationshipResource relationship =
(RelationshipResource)matches[n].getCapability(MuwsConstants.RELATIONSHIP_RESOURCE_URI);
_relationshipsXML[n] = relationship.toXML();
}
}
public WsResourceClient[] getRelationshipClients()
throws SoapFault