com.raritantechnologies.federated.eRoom
Interface IXmlQueryCommandHandler

All Known Implementing Classes:
ERoomSearchSource

public interface IXmlQueryCommandHandler


Method Summary
 void createXmlCommand(SOAPElement seCommand, java.lang.String query)
           
 void createXmlCommand(SOAPElement seCommand, java.lang.String query, OrderedMap childProperties)
           
 boolean processXmlQueryChildren(MessageElement meResponse, IResultSet result)
           
 

Method Detail

processXmlQueryChildren

public boolean processXmlQueryChildren(MessageElement meResponse,
                                       IResultSet result)

createXmlCommand

public void createXmlCommand(SOAPElement seCommand,
                             java.lang.String query,
                             OrderedMap childProperties)
                      throws SOAPException
Throws:
SOAPException

createXmlCommand

public void createXmlCommand(SOAPElement seCommand,
                             java.lang.String query)
                      throws SOAPException
Throws:
SOAPException