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

Class DefaultICEComRequestHandler

java.lang.Object
  extended by com.sapportals.wcm.protocol.ice.protocol.handler.DefaultICEComRequestHandler
All Implemented Interfaces:
IICEComRequestHandler

public class DefaultICEComRequestHandler
extends Object
implements IICEComRequestHandler

Default implementation of the IICEComRequestHandler. ICEInput automatically uses this implementation of the handler if no other implementation if provided. Every handler method writes a 503 NOT IMPLEMENTED ICE code into the ICEOutput.

Copyright 2004 SAP AG


Constructor Summary
DefaultICEComRequestHandler()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultICEComRequestHandler

public DefaultICEComRequestHandler()
Method Detail

handleNop

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

Specified by:
handleNop in interface IICEComRequestHandler
Parameters:
nop - The ice nop request
context - The context informations of the request

handleGetStatus

public 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 .

Specified by:
handleGetStatus in interface IICEComRequestHandler
Parameters:
getStatus - @todo: Description of the incoming method parameter
context - @todo: Description of the incoming method parameter

handleGetEvents

public 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 .

Specified by:
handleGetEvents in interface IICEComRequestHandler
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