org.openbandy.net.client
Class MessageBrokerImpl
java.lang.Object
org.openbandy.net.client.MessageBrokerImpl
- All Implemented Interfaces:
- MessageBroker
public class MessageBrokerImpl
- extends java.lang.Object
- implements MessageBroker
TODO describe purpose and usage
NOTE: does not use MMS at the moment because Nokia 6630 and 6680
J2ME implementation does not support MMS sending right now.
(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.
- Version:
- 1.6
- Author:
- Philipp Bolliger (philipp@bolliger.name)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBrokerImpl
public MessageBrokerImpl()
sendMessage
public Message sendMessage(java.lang.String host,
ServerProtocol protocol,
Message message)
- Specified by:
sendMessage
in interface MessageBroker