org.topcased.web.server.SOAP
Class SOAPListenerImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPListenerImpl
public SOAPListenerImpl()
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
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.