public class SimpleNdrRequest
extends java.lang.Object
NDRConnection
with no payload (url only - no InputXML object).Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
handle
NOT YET DOCUMENTED
|
protected java.lang.String |
requestAgent
NOT YET DOCUMENTED
|
protected java.lang.String |
verb
NOT YET DOCUMENTED
|
protected static boolean |
verbose
NOT YET DOCUMENTED
|
Constructor and Description |
---|
SimpleNdrRequest()
Constructor for the SimpleNdrRequest object
|
SimpleNdrRequest(java.lang.String verb)
Constructor for the SimpleNdrRequest object with specified verb.
|
SimpleNdrRequest(java.lang.String verb,
java.lang.String handle)
Constructor for the SimpleNdrRequest object with specified verb and handle.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
getDebug()
Gets the debug attribute of the SimpleNdrRequest class
|
java.lang.String |
getHandle()
Gets the handle attribute of the SimpleNdrRequest object
|
protected NDRConnection |
getNDRConnection(java.lang.String path)
Instantiates and initializes an NDRConnection for communicating with the NDR server.
|
java.lang.String |
getRequestAgent()
Gets the requestAgent attribute of the SimpleNdrRequest object
|
java.lang.String |
getVerb()
Gets the verb attribute of the SimpleNdrRequest object
|
static boolean |
getVerbose()
Gets the verbose attribute of the SimpleNdrRequest class
|
protected java.lang.String |
makePath() |
protected static void |
pp(org.dom4j.Node node)
Prints a dom4j.Node as formatted string.
|
protected static void |
prtln(java.lang.String s)
Description of the Method
|
protected static void |
prtlnErr(java.lang.String s)
NOT YET DOCUMENTED
|
void |
report()
NOT YET DOCUMENTED
|
static void |
setDebug(boolean d)
Sets the debug attribute of the SimpleNdrRequest class
|
void |
setHandle(java.lang.String handle)
Sets the handle attribute of the SimpleNdrRequest object
|
void |
setRequestAgent(java.lang.String handle)
Sets the requestAgent attribute of the SimpleNdrRequest object
|
void |
setVerb(java.lang.String verb)
Sets the verb attribute of the SimpleNdrRequest object
|
static void |
setVerbose(boolean v)
Sets the verbose attribute of the SimpleNdrRequest class
|
InfoXML |
submit()
NOT YET DOCUMENTED
|
InfoXML |
submit(java.lang.String path)
NOT YET DOCUMENTED
|
protected static boolean verbose
protected java.lang.String verb
protected java.lang.String handle
protected java.lang.String requestAgent
public SimpleNdrRequest()
public SimpleNdrRequest(java.lang.String verb)
verb
- NOT YET DOCUMENTEDpublic SimpleNdrRequest(java.lang.String verb, java.lang.String handle)
verb
- NOT YET DOCUMENTEDhandle
- NOT YET DOCUMENTEDpublic void setVerb(java.lang.String verb)
verb
- The new verb valuepublic java.lang.String getVerb()
public void setRequestAgent(java.lang.String handle)
handle
- The new requestAgent valuepublic java.lang.String getRequestAgent()
public void setHandle(java.lang.String handle)
handle
- The new handle valuepublic java.lang.String getHandle()
protected NDRConnection getNDRConnection(java.lang.String path) throws java.lang.Exception
path
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDprotected java.lang.String makePath() throws java.lang.Exception
java.lang.Exception
public InfoXML submit() throws java.lang.Exception
java.lang.Exception
- NOT YET DOCUMENTEDpublic InfoXML submit(java.lang.String path) throws java.lang.Exception
path
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic static boolean getVerbose()
public static void setVerbose(boolean v)
v
- The new verbose valuepublic static void setDebug(boolean d)
d
- The new debug valuepublic static boolean getDebug()
public void report()
protected static void pp(org.dom4j.Node node)
node
- NOT YET DOCUMENTEDprotected static void prtln(java.lang.String s)
s
- Description of the Parameterprotected static void prtlnErr(java.lang.String s)
s
- NOT YET DOCUMENTED