Changeset 16050
- Timestamp:
- 2008-06-18 15:31:57 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/resources/java/QBRSOAPServer.java.in
r15481 r16050 729 729 * @return the XML response in String format. */ 730 730 protected String processInternal(Element message) { 731 // Let the messagerouter process the request message and get the response732 731 LOG.debug(this.converter.getPrettyString(message)); 733 732
