|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.services.dds.toolkit.DDSServicesResponse
public final class DDSServicesResponse
Encapsulates a response from a DDSWS or DDSUpdateWS service request.
| Constructor Summary | |
|---|---|
protected |
DDSServicesResponse(String requestMade,
Document responseDocument)
Constructor for the DDSServicesResponse object |
| Method Summary | |
|---|---|
protected static String |
getDateStamp()
Return a string for the current time and date, sutiable for display in log files and output to standout: |
String |
getRequestString()
Gets the full request that was made to the service. |
Document |
getResponseDocument()
Gets the service response. |
static void |
setDebug(boolean db)
Sets the debug attribute of the object |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected DDSServicesResponse(String requestMade,
Document responseDocument)
requestMade - The request made to the serviceresponseDocument - The response| Method Detail |
|---|
public Document getResponseDocument()
public String getRequestString()
public String toString()
toString in class Objectprotected static final String getDateStamp()
public static void setDebug(boolean db)
db - The new debug value
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||