Changeset 16758
- Timestamp:
- 2008-08-13 14:28:51 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/resources/java/QBRSOAPServer.java.in
r16105 r16758 735 735 736 736 // Let the messagerouter process the request message and get the response 737 Element response = mr.process(message); 738 // won't be null, MR always returns some response 737 Element response = converter.nodeToElement(mr.process(message)); 738 // won't be null except when Node returned is not an element 739 // otherwise, MR always returns some response 739 740 740 741 // Return it as a String formatted for display
