public final class DDSServicesResponse
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DDSServicesResponse(java.lang.String requestMade,
org.dom4j.Document responseDocument)
Constructor for the DDSServicesResponse object
|
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout:
|
java.lang.String |
getRequestString()
Gets the full request that was made to the service.
|
org.dom4j.Document |
getResponseDocument()
Gets the service response.
|
static void |
setDebug(boolean db)
Sets the debug attribute of the object
|
java.lang.String |
toString() |
protected DDSServicesResponse(java.lang.String requestMade, org.dom4j.Document responseDocument)
requestMade
- The request made to the serviceresponseDocument
- The responsepublic org.dom4j.Document getResponseDocument()
public java.lang.String getRequestString()
public java.lang.String toString()
toString
in class java.lang.Object
protected static final java.lang.String getDateStamp()
public static void setDebug(boolean db)
db
- The new debug value