Bus

org.topcased.web.server.SOAP
Class SOAPListenerImpl

java.lang.Object
  extended by org.topcased.web.server.SOAP.SOAPListenerImpl
All Implemented Interfaces:
SOAPListener

public class SOAPListenerImpl
extends java.lang.Object
implements SOAPListener

Listenes to SOAP message in the server channel.
This listener waits for a client connection.
It reads from client stream and builds SOAP message.
It sends the SOAP message to a _callback which processes the SOAP message.


Nested Class Summary
 class SOAPListenerImpl.ChannelClosure
           
 class SOAPListenerImpl.SimpleHTTP
           
 
Constructor Summary
SOAPListenerImpl()
           
 
Method Summary
 void initMsgLoop(int port, SOAPCallback callback)
           
 void startMsgLoopInThread()
           
 void stopMsgLoopInThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPListenerImpl

public SOAPListenerImpl()
Method Detail

initMsgLoop

public void initMsgLoop(int port,
                        SOAPCallback callback)
                 throws java.io.IOException
Specified by:
initMsgLoop in interface SOAPListener
Throws:
java.io.IOException

startMsgLoopInThread

public void startMsgLoopInThread()
Specified by:
startMsgLoopInThread in interface SOAPListener

stopMsgLoopInThread

public void stopMsgLoopInThread()
Specified by:
stopMsgLoopInThread in interface SOAPListener

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.