Package org.dlese.dpc.ndr.apiproxy
Class NDRAPIProxy
java.lang.Object
org.dlese.dpc.ndr.apiproxy.NDRAPIProxy
The proxy object represents the concrete implementation
of the NDRAPI.
- Author:
- kmaull
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNDRAPIProxy(String verb, String handle) NDRAPIProxy(NDRAPIProxy.Service _service) Constructor based on the service ( FIND, GET, etc. -
Method Summary
Modifier and TypeMethodDescriptionGet the agent handle registered for this proxy object.ADDITIONAL METHODSrequestExec(String _input) Make the request to the NDR for executing the contents of the XML String representing an InputXML object.SEARCH API
-
Field Details
-
DEBUG_ON
public static boolean DEBUG_ON -
OFFLINE_TEST
public static boolean OFFLINE_TEST
-
-
Constructor Details
-
NDRAPIProxy
public NDRAPIProxy() -
NDRAPIProxy
Constructor based on the service ( FIND, GET, etc. ).- Parameters:
_service- - the service ( usually the endpoint, FIND, GET, etc. )
-
NDRAPIProxy
-
-
Method Details
-
getAgentHandle
Get the agent handle registered for this proxy object.- Returns:
- The agent handle for this proxy object
-
requestExec
Make the request to the NDR for executing the contents of the XML String representing an InputXML object. This method added to allow requests to be submitted with arbitrary XML (rather than actually created from in InfoXML object.- Parameters:
_input- - the inputXML object to execute- Returns:
- Throws:
Exception
-
searchDC
SEARCH API -
getConnectionHandle
ADDITIONAL METHODS
-