if (hostDescAsStr != null) {
responseDocument.addNewGetHostDescResponse().setHostDescAsStr(hostDescAsStr);
} else {
responseDocument.addNewGetHostDescResponse().setNilHostDescAsStr();
}
log.info("Response Sent " + responseDocument.xmlText());
return responseDocument;
}
public GetServiceDescResponseDocument getServiceDesc(GetServiceDescDocument input)
throws XregistryException {