|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object netcom.proxy.HandleReturnTask
Title: Handle Return Task
Description: Class which is a task to handle returning requests and get them back to the PClient/etc
Copyright: Copyright (c) 2002
Company:
Constructor Summary | |
HandleReturnTask(AbstractRequest back_request,
java.util.Collection incoming_sockets,
java.util.Map return_streams,
Logger log)
Constructor, |
Method Summary | |
void |
parseToXML(ReturnRequest back_request)
Method to parse a returned request back to XML a PClient can understand, then sends it on with sendReturn() |
void |
run()
|
void |
sendReturn(Document xml_doc,
java.net.Socket orig_socket)
Method to send an XML string to an originating socket |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HandleReturnTask(AbstractRequest back_request, java.util.Collection incoming_sockets, java.util.Map return_streams, Logger log)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void parseToXML(ReturnRequest back_request)
public void sendReturn(Document xml_doc, java.net.Socket orig_socket)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |