|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.protocol.ice.protocol.handler.DefaultICESubRequestHandler
public class DefaultICESubRequestHandler
Default implementation of the IICESubRequestHandler interface. 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 | |
|---|---|
DefaultICESubRequestHandler()
|
|
| Method Summary | |
|---|---|
void |
handleCancel(ICECancel cancel,
ICEContext context)
Handle an ICE cancel request (a request for subscription cancelation). |
void |
handleGetCatalog(ICEGetCatalog request,
ICEContext context)
Handle an ICE get catalog request. |
void |
handleGetPackage(ICEGetPackage getPackage,
ICEContext context)
Handle an ICE get package request. |
void |
handleGetSequence(ICEGetSequence request,
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultICESubRequestHandler()
| Method Detail |
|---|
public 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 .
handleGetPackage in interface IICESubRequestHandlergetPackage - The get package requestcontext - The context informations of the request
public 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 .
handleRepairItem in interface IICESubRequestHandlerrepairItem - The repair item requestcontext - The context informations of the request
public void handleGetCatalog(ICEGetCatalog request,
ICEContext context)
Detailed informations about ICE get catalog requests could be found in the ICE 1.1 specification Section 4.3.4 .
handleGetCatalog in interface IICESubRequestHandlerrequest - @todo: Description of the incoming method parametercontext - @todo: Description of the incoming method parameter
public void handleGetSequence(ICEGetSequence request,
ICEContext context)
handleGetSequence in interface IICESubRequestHandlerrequest - @todo: Description of the incoming method parametercontext - @todo: Description of the incoming method parameter
public 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
handleOffer in interface IICESubRequestHandleroffer - @todo: Description of the incoming method parametercontext - @todo: Description of the incoming method parameter
public void handleCancel(ICECancel cancel,
ICEContext context)
Detailed informations about the ICE cancel request could be found in the ICE 1.1 specification handleCancel in interface IICESubRequestHandler
cancel - @todo: Description of the incoming method parametercontext - @todo: Description of the incoming method parameter| Access Rights |
|---|
| 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
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||