net.sf.mud4j.services
Class SOAPConnection

java.lang.Object
  extended by net.sf.mud4j.services.SOAPConnection
All Implemented Interfaces:
ConnectionService

public class SOAPConnection
extends java.lang.Object
implements ConnectionService

SOAP connection for handling SOAP connections.

Author:
Matthew Purland

Constructor Summary
SOAPConnection()
           
 
Method Summary
 void message(java.lang.String message)
          Send a message through the connection service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPConnection

public SOAPConnection()
Method Detail

message

public void message(java.lang.String message)
             throws java.io.IOException
Description copied from interface: ConnectionService
Send a message through the connection service.

Specified by:
message in interface ConnectionService
Parameters:
message - Message to send through connection service.
Throws:
java.io.IOException


Copyright © 2006-2007 mud4j. All Rights Reserved.