com.sapportals.wcm.protocol.ice.protocol.response

Interface IICEResponseElement

All Superinterfaces:
IICEElement
All Known Implementing Classes:
ICECancellation, ICECatalog, ICECode, ICEEvents, ICEPackage, ICESequence, ICEStatus, ICESubscription

public interface IICEResponseElement
extends IICEElement

This is the base "class" of all ICE response elements. Every class that represents an ICE response 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-response format

 <!ENTITY % uni.responses        "ice-cancellation |
                                  ice-catalog |
                                  ice-location |
                                  ice-offer |
                                  ice-package+ |
                                  ice-sequence |
                                  ice-subscription" >
 
 <!ENTITY % com.responses        "ice-events |
                                  ice-status |
                                  ice-extension-response" >
 
 <!ELEMENT ice-response          (ice-code,
                                            (%uni.responses; |
                                             %com.responses;)?) >
 <!ATTLIST ice-response
           response-id           CDATA           #REQUIRED
           unsolicited-pending   (false | true)  "false"
 >

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-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice