|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.clientserver.DSERequestHandler | +--com.ibm.dse.cs.java.JavaRequestHandler | +--com.ibm.dse.cs.xml.XmlRequestHandler
The XmlRequestHandler extends the JavaRequestHandler to override the default behaviour
Override the Java implementation to use an xml message
Constructor Summary | |
XmlRequestHandler()
XmlRequestHandler constructor. |
Method Summary | |
protected ServerOperation |
executeRequest(ChannelContext channelContext)
The XmlRequestHandler extends the JavaRequestHandler to provide the specific behaviour for XML Clients |
Methods inherited from class com.ibm.dse.cs.java.JavaRequestHandler |
endRequest,
executeSession,
getSessionId,
preProcessRequest |
Methods inherited from class com.ibm.dse.clientserver.DSERequestHandler |
getPresentationHandler,
handleException,
handleException,
processRequest,
processSessionRequest,
usingCookies |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XmlRequestHandler()
Method Detail |
protected ServerOperation executeRequest(ChannelContext channelContext) throws java.lang.Exception
Provide support for XML messages
channelContext
- com.ibm.dse.clientserver.ChannelContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |