|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xqdoc.conversion.XQDocPayload
public class XQDocPayload
This class is a 'container' for information returned from XQDocController to the various drivers. The 'container' contains the serialized xqDoc XML and the xqDoc module URI associated with this XML.
| Constructor Summary | |
|---|---|
XQDocPayload()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getModuleURI()
Get the xqDoc module URI from the response payload. |
java.lang.String |
getXQDocXML()
Get the serialized xqDoc XML from the response payload. |
void |
setModuleURI(java.lang.String uri)
Set the xqDoc module URI in the response payload. |
void |
setXQDocXML(java.lang.String xml)
Set the serialized xqDoc XML in the response payload. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XQDocPayload()
| Method Detail |
|---|
public void setXQDocXML(java.lang.String xml)
xml - Serialized xqDoc XML.public java.lang.String getXQDocXML()
public void setModuleURI(java.lang.String uri)
uri - xqDoc module URI.public java.lang.String getModuleURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||