public class NDRAPIProxy
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NDRAPIProxy.Service |
Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG_ON |
static boolean |
OFFLINE_TEST |
Constructor and Description |
---|
NDRAPIProxy() |
NDRAPIProxy(NDRAPIProxy.Service _service)
Constructor based on the service ( FIND, GET, etc.
|
NDRAPIProxy(java.lang.String verb,
java.lang.String handle) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentHandle()
Get the agent handle registered for this proxy object.
|
java.lang.String |
getConnectionHandle()
ADDITIONAL METHODS
|
InfoXML |
requestExec(java.lang.String _input)
Make the request to the NDR for executing the contents of the
XML String representing an InputXML object.
|
java.lang.String |
searchDC(int _numResults,
int _startPos,
java.lang.String _query)
SEARCH API
|
public static boolean DEBUG_ON
public static boolean OFFLINE_TEST
public NDRAPIProxy()
public NDRAPIProxy(NDRAPIProxy.Service _service)
_service
- - the service ( usually the endpoint, FIND, GET, etc. )public NDRAPIProxy(java.lang.String verb, java.lang.String handle)
public java.lang.String getAgentHandle()
public InfoXML requestExec(java.lang.String _input) throws java.lang.Exception
_input
- - the inputXML object to executejava.lang.Exception
public java.lang.String searchDC(int _numResults, int _startPos, java.lang.String _query)
public java.lang.String getConnectionHandle()