Changeset 16784


Ignore:
Timestamp:
2008-08-14T12:07:54+12:00 (16 years ago)
Author:
ak19
Message:

Static reference to now-static method nodeToElement() of XMLConverter.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/resources/java/QBRSOAPServer.java.in

    r16763 r16784  
    736736       
    737737        // Let the messagerouter process the request message and get the response
    738         Element response = converter.nodeToElement(mr.process(message));
     738        Element response = XMLConverter.nodeToElement(mr.process(message));
    739739              // won't be null except when Node returned is not an element
    740740              // otherwise, MR always returns some response
Note: See TracChangeset for help on using the changeset viewer.