Bus

Package org.topcased.web.server.SOAP

Interface Summary
SOAPCallback  
SOAPListener SOAP Listener
 

Class Summary
SOAPListenerImpl 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.
SOAPSenderImpl This class is responsible for sending a SOAP message in a channel.
THe SOAP message is encapsulated and send using HTTP protocol.
SOAPServer The SOAP Server is a SOAP message manager.
It receives SOAP message from a soap listener and launch a new thread to process it.
SOAPServerAutoLaunch Launching of the SOAP Server at start-up.
SOAPServerConfiguration The SOAP Server configuration class.
Reads the configuration file contained in the conf directory.
 


Bus

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