public class OleCQLResponseHandler extends Object
Constructor and Description |
---|
OleCQLResponseHandler() |
Modifier and Type | Method and Description |
---|---|
CQLSearchClauseTag |
fromCQLXML(String fileContent)
this method is used to convert the xml generated from cql parser to CQLSearchClauseTag object.
|
CQLResponseBO |
fromXML(String fileContent)
this method is used to convert the xml generated from cql parser to CQLResponseBO object.
|
String |
toXML(CQLResponseBO cqlResponseBO) |
public OleCQLResponseHandler()
public CQLResponseBO fromXML(String fileContent) throws URISyntaxException, IOException
fileContent
- URISyntaxException
IOException
public CQLSearchClauseTag fromCQLXML(String fileContent) throws URISyntaxException, IOException
fileContent
- URISyntaxException
IOException
public String toXML(CQLResponseBO cqlResponseBO)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.