|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.protocol.ice.protocol.response.ICEEventLog
public class ICEEventLog
ICEEventLog represents an ice-event-log element.
Detailed information about ICE event log could be found in the ICE 1.1 specification Section 6.3.
| ice-event-log format |
<!ELEMENT ice-event-log (( |
Copyright 2004 SAP AG
| Field Summary | |
|---|---|
static String |
TAGNAME
|
| Constructor Summary | |
|---|---|
ICEEventLog(Attributes attributes)
Create a new ICE event log. |
|
ICEEventLog(String version,
Collection log)
Create a new ICE event log. |
|
| Method Summary | |
|---|---|
boolean |
endElement(String name)
Receive notification of the end of an element. |
Collection |
getLog()
Get the event log. |
IICECharacterHandler |
startElement(String name,
Attributes attributes,
PreparsedXML input)
Receive notification of the beginning of an element. |
Node |
store(Document document)
Store the informations into a DOM. |
void |
write(ContentHandler handler)
Write the XML representation of the ICE element to a SAX ContentHandler. |
boolean |
writeChunk(ContentHandler handler)
Write a chunk of XML to a SAX ContentHandler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAGNAME
| Constructor Detail |
|---|
public ICEEventLog(String version,
Collection log)
version - The version of the event loglog - A collection of events (ICEEventMsg or ICEEventInfo)public ICEEventLog(Attributes attributes)
attribute - The attributes of the ice-event-log tag| Method Detail |
|---|
public Collection getLog()
public IICECharacterHandler startElement(String name,
Attributes attributes,
PreparsedXML input)
throws SAXException
startElement in interface IICEElementHandlername - The local name of the XML element (we don't need namespaces at this point)attribute - The attributes of the XML elementinput - The preparsed XML stream to get the element content
SAXException - on error (might wrap another exception)
public boolean endElement(String name)
throws SAXException
endElement in interface IICEElementHandlername - The local name of the XML element (we don't need namespaces at this point)
SAXException - on error (might wrap another exception)
public void write(ContentHandler handler)
throws SAXException
write in interface IICEElementhandler - The SAX ContentHandler (usually an XMLSerializer)
SAXException - on error (might wrap another exception)
public boolean writeChunk(ContentHandler handler)
throws SAXException
writeChunk in interface IICEElementhandler - The SAX ContentHandler (usually a XMLSerializer)
SAXException - on error (might wrap another exception)public Node store(Document document)
store in interface IDOMStorabledocument - The DOM document that should be used as factory for the
DOM elements
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||