com.ibm.dse.cs.xml
Class XmlRequestHandler

java.lang.Object
  |
  +--com.ibm.dse.clientserver.DSERequestHandler
        |
        +--com.ibm.dse.cs.java.JavaRequestHandler
              |
              +--com.ibm.dse.cs.xml.XmlRequestHandler

public class XmlRequestHandler
extends JavaRequestHandler

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

XmlRequestHandler

public XmlRequestHandler()
XmlRequestHandler constructor.
Method Detail

executeRequest

protected ServerOperation executeRequest(ChannelContext channelContext)
                                  throws java.lang.Exception
The XmlRequestHandler extends the JavaRequestHandler to provide the specific behaviour for XML Clients

Provide support for XML messages

Overrides:
executeRequest in class JavaRequestHandler
Tags copied from class: JavaRequestHandler
Parameters:
channelContext - com.ibm.dse.clientserver.ChannelContext
Returns:
aServerOperation com.ibm.dse.base.ServerOperation
Throws:
java.lang.Exception -