Bus

org.topcased.web.server.SOAP
Class SOAPSenderImpl

java.lang.Object
  extended by org.topcased.web.server.SOAP.SOAPSenderImpl

public class SOAPSenderImpl
extends java.lang.Object

This class is responsible for sending a SOAP message in a channel.
THe SOAP message is encapsulated and send using HTTP protocol.


Constructor Summary
SOAPSenderImpl()
           
 
Method Summary
 void sendMessage(SOAPMessage msg_)
          Send the SOAP msg to the channel.
 void setKey(java.nio.channels.SelectionKey sk_)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSenderImpl

public SOAPSenderImpl()
Method Detail

sendMessage

public void sendMessage(SOAPMessage msg_)
Send the SOAP msg to the channel.

Parameters:
msg_ - - message to be sent.

setKey

public void setKey(java.nio.channels.SelectionKey sk_)

Bus

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