if (groups != null) {
for (String group : groups) {
listGroupsResponse.addNewGroup().setStringValue(group);
}
}
log.info("Response Sent " + responseDocument.xmlText());
return responseDocument;
}
public ListUsersResponseDocument listUsers(ListUsersDocument input) throws XregistryException {
log.info("Request Received " + input.xmlText());