public class PunchOutOrderMessage extends ResponseDocument
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CLASSNAME |
(package private) static java.lang.String |
COPYRIGHT |
private static org.apache.log4j.Logger |
logger |
requestDocument, responseDocument, responseElement
Modifier | Constructor and Description |
---|---|
protected |
PunchOutOrderMessage(org.dom4j.Document theRequestDoc)
Create an puchout order message XML document.
|
Modifier and Type | Method and Description |
---|---|
private void |
addHeader()
Adds the header elements and populates with data from the request.
|
protected org.dom4j.Element |
addResponseSpecificElement()
Adds punchout order message elements to the message shell.
|
protected org.dom4j.Document |
createShell()
Overrides supercalss to add a 'Message' element instead of a 'Response' element.
|
addStatusElement, createCxmlShell, getResponseDocument, getResponseElement, getStatusReturnCode, getStatusText, isStatusSuccess, main, setStatus, setStatusReturnCode, setStatusText
static final java.lang.String COPYRIGHT
private static final java.lang.String CLASSNAME
private static org.apache.log4j.Logger logger
protected PunchOutOrderMessage(org.dom4j.Document theRequestDoc)
protected org.dom4j.Element addResponseSpecificElement() throws java.lang.Exception
addResponseSpecificElement
in class ResponseDocument
java.lang.Exception
private void addHeader()
protected org.dom4j.Document createShell() throws java.lang.Exception
createShell
in class ResponseDocument
java.lang.Exception