com.sapportals.wcm.protocol.ice.protocol.request

Interface IICERequestElement

All Superinterfaces:
IICEElement
All Known Subinterfaces:
IICEExtensionRequest
All Known Implementing Classes:
ICECancel, ICECode, ICEGetCatalog, ICEGetEvents, ICEGetPackage, ICEGetSequence, ICEGetStatus, ICENop, ICEOffer, ICEPackage, ICERepairItem, ICEUnsolicitedNow, WCMCheckMail, WCMPullSubscription, WCMPushSubscription, WCMResolveReferences, WCMSendMail, WCMUpdateSubscriberConfig, WCMUpdateSyndicatorConfig

public interface IICERequestElement
extends IICEElement

This is the base "class" of all ICE request elements. Every class that represents an ICE request has to implement his interface.

Currently this interface does not contain any additional methods, it is only used for functional grouping of the different ICE elements. Note that there are some ICE elements which could be an ICE request as well as an ICE response. ice-request format

 <!ENTITY % sub.requests "ice-cancel |
                          ice-get-catalog |
                          ice-get-package |
                          ice-get-sequence |
                          ice-repair-item" >
 <!ENTITY % syn.requests "ice-package+ |
                          ice-send-confirmations" >
 <!ENTITY % com.requests "ice-change-subscription |
                          ice-code |
                          ice-get-events |
                          ice-get-status |
                          ice-nop |
                          ice-notify |
                          ice-extension-request"  >
 <!ELEMENT ice-request           ( %sub.requests; |
                                   %syn.requests; |
                                   %com.requests; ) >
 <!ATTLIST ice-request
           request-id            CDATA           #REQUIRED
 >

Copyright 2004 SAP AG


Field Summary
static String TAGNAME
           
 
Method Summary
 
Methods inherited from interface com.sapportals.wcm.protocol.ice.protocol.IICEElement
write, writeChunk
 

Field Detail

TAGNAME

static final String TAGNAME
See Also:
Constant Field Values
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice