|
|||||||||
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_code
The Node Class representing the ice-catalog element within an ice-response element in an ICE payload The attributes allowed under this element include the following:
Method Summary |
Type | Method |
---|---|
java.lang.String |
getCodeDescription()
Gets the description contained within the code |
java.lang.String |
getCodeMessageID()
Get the message ID inside the Ice-code element |
Ice_payload |
getDocument()
Get the owning document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
int |
getICEStatusCode()
Gets the numeric code of the status |
java.lang.String |
getICEStatusPayloadId()
This method is valid only when the Sender try to report a Payload-Level status code ( 3xx ); otherwise return "null" |
java.lang.String |
getICEStatusPhrase()
Gets the phrase contained within the status |
boolean |
hasCodeDescription()
Does the code have a description? |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-code node with a specific prefix into the specified writer. |
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 int getICEStatusCode()
public java.lang.String getCodeMessageID()
public java.lang.String getICEStatusPhrase()
public java.lang.String getICEStatusPayloadId()
public boolean hasCodeDescription()
public java.lang.String getCodeDescription()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
public void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |