|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IICESubRequestHandler
An IICESubRequestHandler handles the requests a subscriber might send to a syndicator. A syndicator (therefore) has to provide an implementation of this interface. An IICEISubRequestHandler is registered at the ICEInput of an incomming ICE payload.
Copyright 2004 SAP AG
ICEInput| Method Summary | |
|---|---|
void |
handleCancel(ICECancel cancel,
ICEContext context)
Handle an ICE cancel request (a request for subscription cancelation). |
void |
handleGetCatalog(ICEGetCatalog getCatalog,
ICEContext context)
Handle an ICE get catalog request. |
void |
handleGetPackage(ICEGetPackage getPackage,
ICEContext context)
Handle an ICE get package request. |
void |
handleGetSequence(ICEGetSequence getSequence,
ICEContext context)
Handle an ICE get sequence request. |
void |
handleOffer(ICEOffer offer,
ICEContext context)
Handle an ICE offer request (a request for subscription). |
void |
handleRepairItem(ICERepairItem repairItem,
ICEContext context)
Handle an ICE repair item request. |
| Method Detail |
|---|
void handleGetPackage(ICEGetPackage getPackage,
ICEContext context)
Detailed informations about ICE get package requests could be found in the ICE 1.1 specification Section 5.3 .
getPackage - The get package requestcontext - The context informations of the request
void handleRepairItem(ICERepairItem repairItem,
ICEContext context)
Detailed informations about ICE repair item requests could be found in the ICE 1.1 specification Section 5.5.3 .
repairItem - The repair item requestcontext - The context informations of the request
void handleGetCatalog(ICEGetCatalog getCatalog,
ICEContext context)
Detailed informations about ICE get catalog requests could be found in the ICE 1.1 specification Section 4.3.4 .
getCatalog - The ICE get catalog requestcontext - The context informations of the request
void handleGetSequence(ICEGetSequence getSequence,
ICEContext context)
Detailed informations about ICE get sequence requests could be found in the ICE 1.1 specification Section 5.5.2 .
getSequence - The ICE get sequence requestcontext - The context informations of the request
void handleOffer(ICEOffer offer,
ICEContext context)
Detailed informations about the ICE offer request and subscription establishment could be found in the ICE 1.1 specification Section 4.4
offer - The ICE offer requestcontext - The context informations of the request
void handleCancel(ICECancel cancel,
ICEContext context)
Detailed informations about the ICE cancel request could be found in the ICE 1.1 specification
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
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||