| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.primus.ae.searchclient.RequestFactory
public class RequestFactory
Builds request XML for a given ClientRequest
| Constructor Summary | |
|---|---|
RequestFactory()
 | 
|
| Method Summary | |
|---|---|
static java.lang.String | 
buildRequest(ClientRequest req)
Deprecated. as of 2007.0  | 
static java.lang.String | 
buildRequest(ClientRequest pRequest,
             SearchSession pSearchSession)
Calls SearchEngineRequest.toXML() for you. | 
static java.lang.String | 
getSearchConstraints(java.lang.String constraints)
Deprecated. as of 2007.0  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RequestFactory()
| Method Detail | 
|---|
public static java.lang.String buildRequest(ClientRequest req)
                                     throws UnknownRequestTypeException
req - client request
UnknownRequestTypeExceptionpublic static java.lang.String getSearchConstraints(java.lang.String constraints)
public static java.lang.String buildRequest(ClientRequest pRequest,
                                            SearchSession pSearchSession)
                                     throws UnknownRequestTypeException
SearchEngineRequest.toXML() for you. That's all. The preferred approach
 is to call pRequest.toXml().
pRequest - the requestpSearchSession - ignored
UnknownRequestTypeException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||