org.opengts.extra.war.service
Class Service.CustomCommandHandler

java.lang.Object
  extended by org.opengts.extra.war.service.Service.CommandHandler
      extended by org.opengts.extra.war.service.Service.CustomCommandHandler
Enclosing class:
Service

public static class Service.CustomCommandHandler
extends Service.CommandHandler


Constructor Summary
Service.CustomCommandHandler()
           
 
Method Summary
 void handleCommand(org.w3c.dom.Element cuElem, RequestProperties reqState, java.io.PrintWriter pw)
           
 void writeResponse_success(RequestProperties reqState, java.io.PrintWriter pw)
           
 
Methods inherited from class org.opengts.extra.war.service.Service.CommandHandler
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service.CustomCommandHandler

public Service.CustomCommandHandler()
Method Detail

handleCommand

public void handleCommand(org.w3c.dom.Element cuElem,
                          RequestProperties reqState,
                          java.io.PrintWriter pw)
                   throws java.io.IOException
Specified by:
handleCommand in class Service.CommandHandler
Throws:
java.io.IOException

writeResponse_success

public void writeResponse_success(RequestProperties reqState,
                                  java.io.PrintWriter pw)
                           throws java.io.IOException
Throws:
java.io.IOException