|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.syndication.ice.payload.Ice_response
The Node Class representing the ice-request element within an ICE payload. The child elements allowed under this element include the following:
Method Summary |
Type | Method |
---|---|
Ice_subscription |
getConfirmedSubscription()
Returns the ice-subscription element in the response |
Ice_offer |
getCounterOffer()
|
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Required when building XML Returns The Ice_payload DTD |
Ice_events |
getEvents()
Returns the ice-events element in the response |
Ice_catalog |
getOfferCatalog()
Returns the ice-catalog element in the response |
Ice_package |
getPackage()
Returns the ice-package element in the response |
java.lang.String |
getResponseId()
Returns the response identifier |
Ice_status |
getStatus()
Returns the ice-status element in the response |
Ice_code |
getStatusCode()
Returns the ice-code element in the response |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
This implementation of the Printable interface prints the whole ICE Response by traversing down to its containees. |
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 java.lang.String getResponseId()
public Ice_code getStatusCode()
ice-code
element in the responsepublic Ice_catalog getOfferCatalog()
ice-catalog
element in the responsepublic Ice_package getPackage()
ice-package
element in the responsepublic Ice_status getStatus()
ice-status
element in the responsepublic Ice_events getEvents()
ice-events
element in the responsepublic Ice_subscription getConfirmedSubscription()
ice-subscription
element in the responsepublic Ice_offer getCounterOffer()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
Ice_payload
classpublic void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
szSpace
- Space to print before each line.wSink
- Sink to print the node to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |