|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.ndr.reader.Tester
public class Tester
Base Class for reading NDR responses to GET Requests, used primarily to support NDR Import operations. Extended to read specific types of NDR Objects, such as Metadata and MetadataProvider.
NOTE: this implementation localizes the response from the NDR and thereby throws out all namespace information. This may be too simplistic, since the NDR responses make heavy use of namespaces to avoid element naming colisions.
$Id $
Constructor Summary | |
---|---|
Tester()
|
Method Summary | |
---|---|
static void |
agentReader()
|
static void |
aggregatorReaderTester()
|
static void |
main(String[] args)
|
protected static void |
pp(Node node)
Prints a dom4j.Node as formatted string. |
static void |
setDebug(boolean bool)
Sets the debug attribute of the NdrObjectReader class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tester()
Method Detail |
---|
public static void aggregatorReaderTester() throws Exception
Exception
public static void agentReader() throws Exception
Exception
public static void main(String[] args) throws Exception
Exception
public static void setDebug(boolean bool)
bool
- The new debug valueprotected static void pp(Node node)
node
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |