}
private void handleService() {
start("ows:ServiceIdentification");
W3DSInfo w3dsInfo = geoServer.getService("w3ds", W3DSInfo.class);
element("ows:Title", w3dsInfo.getTitle());
element("ows:Abstract", w3dsInfo.getAbstract());
element("ows:ServiceType", "OGC W3DS");
element("ows:ServiceTypeVersion", "0.4.0");
element("ows:Fees", w3dsInfo.getFees());
element("ows:AccessConstraints", w3dsInfo.getAccessConstraints());
end("ows:ServiceIdentification");
}