4748495051525354
} return result; } else { throw new SwsParsingServerResponseException(response); } }
156157158159160161162163
Element recipientElement = rootElement.getChild("recipient"); return recipientElem2Recipient(recipientElement); } else { throw new SwsParsingServerResponseException(response); } }
186187188189190191192193
220221222223224225226227