|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.xml.classgen.CGDocument | +--oracle.syndication.ice.payload.Ice_payload
The Document Class (for the root element Ice_payload).For ICE protocol impl. getXXX methods are also implemented. The child elements allowed under this element include the following:
The child elements that will not be covered in this release are:
Method Summary |
Type | Method |
---|---|
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
java.util.List |
getICERequests()
Gets a list of objects representing all the "ice-request"s embedded within this document. |
java.util.List |
getICEResponses()
Gets a list of objects representing all the "ice-response"s embedded within this document. |
Ice_code |
getICEResponseStatusCode()
Shortcut to get the status code of the first response within this ice-payload document. |
Ice_header |
getPayloadHeader()
Gets the object representing the "ice-header" section of this ICE payload. |
java.lang.String |
getPayloadICEVersion()
ICE Version of this ICE Payload |
java.lang.String |
getPayloadId()
This returns the unique Identifier of this ICE Payload. |
java.lang.String |
getPayloadID()
|
java.lang.String |
getPayloadTimeStamp()
|
java.lang.String |
getPayloadType()
|
java.lang.String |
getRequestID()
|
java.lang.String |
getSenderID()
|
ISODatetime |
getTimestamp()
The time at which this ICE Payload is generated. |
void |
print(java.io.OutputStream out)
[Deprecated]Prints the document to the specified OutputStream |
void |
print(java.lang.String szSpace,
java.io.Writer wSink)
This implementation of the Printable interface prints the whole ICE Payload by traversing down to its containees. |
static void |
reInitDTD()
Every time when a new Ice_payload is constructed upon the receiving of an XML package, the DTD object which represents the ice DTD file will be re-initialized; this step is necessary for the using the SAX parser to parse the ice-payload. |
oracle.xml.parser.v2.XMLDocument |
toEventExtension()
|
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void reInitDTD() throws OSSException
public void print(java.io.OutputStream out) throws oracle.xml.classgen.InvalidContentException
out
- Java outputstream.public void print(java.lang.String szSpace, java.io.Writer wSink) throws java.io.IOException
szSpace
- Space to print before each line.wSink
- Sink to print the node to.public java.lang.String getPayloadId()
public ISODatetime getTimestamp()
public java.lang.String getPayloadICEVersion()
public Ice_header getPayloadHeader()
public java.util.List getICERequests()
public java.util.List getICEResponses()
public Ice_code getICEResponseStatusCode()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public java.lang.String getPayloadID()
public java.lang.String getPayloadTimeStamp()
public java.lang.String getSenderID()
public java.lang.String getRequestID()
public java.lang.String getPayloadType()
public oracle.xml.parser.v2.XMLDocument toEventExtension()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |