|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.ndr.apiproxy.NDRAPIProxy
public class NDRAPIProxy
The proxy object represents the concrete implementation of the NDRAPI.
| Nested Class Summary | |
|---|---|
static class |
NDRAPIProxy.Service
|
| Field Summary | |
|---|---|
static boolean |
DEBUG_ON
|
static boolean |
OFFLINE_TEST
|
| Constructor Summary | |
|---|---|
NDRAPIProxy()
|
|
NDRAPIProxy(NDRAPIProxy.Service _service)
Constructor based on the service ( FIND, GET, etc. |
|
NDRAPIProxy(String verb,
String handle)
|
|
| Method Summary | |
|---|---|
String |
getAgentHandle()
Get the agent handle registered for this proxy object. |
String |
getConnectionHandle()
ADDITIONAL METHODS |
InfoXML |
requestExec(String _input)
Make the request to the NDR for executing the contents of the XML String representing an InputXML object. |
String |
searchDC(int _numResults,
int _startPos,
String _query)
SEARCH API |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean DEBUG_ON
public static boolean OFFLINE_TEST
| Constructor Detail |
|---|
public NDRAPIProxy()
public NDRAPIProxy(NDRAPIProxy.Service _service)
_service - - the service ( usually the endpoint, FIND, GET, etc. )
public NDRAPIProxy(String verb,
String handle)
| Method Detail |
|---|
public String getAgentHandle()
public InfoXML requestExec(String _input)
throws Exception
_input - - the inputXML object to execute
Exception
public String searchDC(int _numResults,
int _startPos,
String _query)
public String getConnectionHandle()
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||