com.sapportals.wcm.protocol.ice.protocol.handler

Interface IICEComRequestHandler

All Known Implementing Classes:
DefaultICEComRequestHandler

public interface IICEComRequestHandler

An IICEComRequestHandler handles the common requests a subscriber might send to a syndicator. A syndicator (therefore) has to provide an implementation of this interface. An IICEIComRequestHandler is registered at the ICEInput of an incomming ICE payload.

Copyright 2004 SAP AG


Method Summary
 void handleGetEvents(ICEGetEvents getEvents, ICEContext context)
          Handle an ICE get events request.
 void handleGetStatus(ICEGetStatus getStatus, ICEContext context)
          Handle an ICE get status request.
 void handleNop(ICENop nop, ICEContext context)
          Handle an ice nop request.
 

Method Detail

handleNop

void handleNop(ICENop nop,
               ICEContext context)
Handle an ice nop request.

Parameters:
nop - The ice nop request
context - The context informations of the request

handleGetStatus

void handleGetStatus(ICEGetStatus getStatus,
                     ICEContext context)
Handle an ICE get status request. ICEInput invokes this method once it encounters an ice-get-status element inside an ice-request.

Detailed informations about ICE get status requests could be found in the ICE 1.1 specification Section 4.6.3 .

Parameters:
getStatus - The ICE get status request
context - The context informations of the request

handleGetEvents

void handleGetEvents(ICEGetEvents getEvents,
                     ICEContext context)
Handle an ICE get events request. ICEInput invokes this method once it encounters an ice-get-events element inside an ice-request.

Detailed informations about ICE get events requests could be found in the ICE 1.1 specification section 6.2 .

Parameters:
getEvents - The ICE get events request
context - The context informations of the request
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