|
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.request.SimpleNdrRequest
public class SimpleNdrRequest
Class to communiate directly with NDR via NDRConnection
with no payload (url only - no InputXML object).
Field Summary | |
---|---|
protected String |
handle
NOT YET DOCUMENTED |
protected String |
requestAgent
NOT YET DOCUMENTED |
protected String |
verb
NOT YET DOCUMENTED |
protected static boolean |
verbose
NOT YET DOCUMENTED |
Constructor Summary | |
---|---|
SimpleNdrRequest()
Constructor for the SimpleNdrRequest object |
|
SimpleNdrRequest(String verb)
Constructor for the SimpleNdrRequest object with specified verb. |
|
SimpleNdrRequest(String verb,
String handle)
Constructor for the SimpleNdrRequest object with specified verb and handle. |
Method Summary | |
---|---|
static boolean |
getDebug()
Gets the debug attribute of the SimpleNdrRequest class |
String |
getHandle()
Gets the handle attribute of the SimpleNdrRequest object |
protected NDRConnection |
getNDRConnection(String path)
Instantiates and initializes an NDRConnection for communicating with the NDR server. |
String |
getRequestAgent()
Gets the requestAgent attribute of the SimpleNdrRequest object |
String |
getVerb()
Gets the verb attribute of the SimpleNdrRequest object |
static boolean |
getVerbose()
Gets the verbose attribute of the SimpleNdrRequest class |
protected String |
makePath()
|
protected static void |
pp(Node node)
Prints a dom4j.Node as formatted string. |
protected static void |
prtln(String s)
Description of the Method |
protected static void |
prtlnErr(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(String handle)
Sets the handle attribute of the SimpleNdrRequest object |
void |
setRequestAgent(String handle)
Sets the requestAgent attribute of the SimpleNdrRequest object |
void |
setVerb(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(String path)
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static boolean verbose
protected String verb
protected String handle
protected String requestAgent
Constructor Detail |
---|
public SimpleNdrRequest()
public SimpleNdrRequest(String verb)
verb
- NOT YET DOCUMENTEDpublic SimpleNdrRequest(String verb, String handle)
verb
- NOT YET DOCUMENTEDhandle
- NOT YET DOCUMENTEDMethod Detail |
---|
public void setVerb(String verb)
verb
- The new verb valuepublic String getVerb()
public void setRequestAgent(String handle)
handle
- The new requestAgent valuepublic String getRequestAgent()
public void setHandle(String handle)
handle
- The new handle valuepublic String getHandle()
protected NDRConnection getNDRConnection(String path) throws Exception
path
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDprotected String makePath() throws Exception
Exception
public InfoXML submit() throws Exception
Exception
- NOT YET DOCUMENTEDpublic InfoXML submit(String path) throws Exception
path
- NOT YET DOCUMENTED
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(Node node)
node
- NOT YET DOCUMENTEDprotected static void prtln(String s)
s
- Description of the Parameterprotected static void prtlnErr(String s)
s
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |