Uses of Class
com.echomine.common.SendMessageFailedException

Packages that use SendMessageFailedException
com.echomine.jabber   
 

Uses of SendMessageFailedException in com.echomine.jabber
 

Methods in com.echomine.jabber that throw SendMessageFailedException
 void JabberPresenceService.acceptSubscribe(JabberPresenceMessage msg)
          when you receive a subscribe message, you may pass that subscribe message to this method to accept the subscription.
 void JabberRosterService.addToRoster(JID jid, java.lang.String name, java.lang.String group, boolean wait)
          this is a convenience method to add a JID to the roster.
 void JabberRosterService.addToRoster(RosterItem item, boolean wait)
          adds a roster item to the list stored on the server.
 JIDType JabberServerService.browse(JID jid, java.lang.String type, boolean wait)
          browses to the JID that you specify.
 void JabberUserService.changePassword(java.lang.String newPassword)
          changes the password.
 void JabberPresenceService.denySubscribe(JabberPresenceMessage msg)
          Takes a subscription request message and uses it to return a reply that declines the subscription request.
 java.util.List JabberServerService.discoverItems(JID jid, java.lang.String node, boolean wait)
          Convenience method to use the service discovery protocol to find service items available for use.
 java.util.List JabberServerService.getAgents()
          Deprecated. Replace by new JEP-0030 Service Discovery Protocol
 long JabberClientService.getClientLastOnline(JID jid)
          this method works two ways.
 Element JabberClientService.getPrivateData(java.lang.String elemName, java.lang.String ns)
          Provides a convenient way to send a request to retrieve private data.
 java.util.HashMap JabberUserService.getRegisterFields(JID serviceJID)
          Retrieves a list of fields that are required to register with a specific gateway (ie.
 java.util.HashMap JabberServerService.getSearchFields(JID jid)
          Convenience method to retrieve the search fields for a particular service.
 java.lang.String JabberServerService.getServerTime()
          retrieves the server's time in a string.
 java.lang.String JabberServerService.getServerTimeInLocal()
          retrieves the server's time.
 long JabberServerService.getServerUptime()
          retrieves the server uptime synchronously.
 java.lang.String JabberServerService.getServerVersion()
          obtains the server version.
 void JabberChatService.joinChatRoom(JID roomJID, java.lang.String nick, boolean wait)
          joins a chat room with a specified arbitrary nickname.
 void JabberChatService.leaveChatRoom(JID roomJID, boolean wait)
          leaves a chat room that you are currently in.
 int JabberUserService.login()
          logs in to the server using the info provided in JabberContext.
 void JabberUserService.register(JID serviceJID, java.util.HashMap fields)
          Registers with a service.
 void JabberRosterService.removeFromRoster(JID jid, boolean wait)
          a convenience method to remove a JID from the roster.
 void JabberRosterService.removeFromRoster(RosterItem item, boolean wait)
          removes a specific item from the roster
 void JabberUserService.removeRegisterService(JID serviceJID, java.lang.String key)
          Tries to unsubscribe/remove your account from a specific service.
 void JabberUserService.removeVacationMessage()
          removes the vacation message.
 void JabberChatService.replyToPrivateMessage(JID toJID, java.lang.String threadID, java.lang.String body, boolean wait)
          replies to a message.
 java.util.List JabberRosterService.requestRosterList(boolean wait)
          requests the server to send a list of the roster, the reply will be sent to roster listeners, so be sure to listen for the events.
 VacationIQMessage JabberUserService.requestVacationMessage(boolean wait)
          requests for the logged in user's vacation message settings.
 java.util.List JabberServerService.search(JID jid, java.util.HashMap searchFields, boolean wait)
          convenience method to submit a search to the server.
 void JabberConnection.send(JabberMessage msg)
          Sends a message to the server
 void JabberChatService.sendChatMessage(JID roomJID, java.lang.String body, boolean wait)
          a simple method to send a text message to the chat room.
 void JabberClientService.sendIdleTimeReply(JID jid, java.lang.String msgID, long seconds)
          sends an idle time reply back to the client who sent us the request.
 void JabberSession.sendMessage(JabberMessage msg)
          wrapper method to send messages.
 java.lang.String JabberClientService.sendOutOfBandRequest(JID jid, java.lang.String url, java.lang.String desc)
          Provides a convenient way to send an OOB request to the specified user.
 void JabberChatService.sendPrivateMessage(JID toJID, java.lang.String body, boolean wait)
          sends a private message to a specific JID that's plain text.
 void JabberPresenceService.sendSubscribed(JID jid)
          sends a "subscribed" (not subscribe) message to the jid, essentially giving permission to the JID to know about your subscription.
 void JabberPresenceService.sendUnsubscribed(JID jid)
          sends a "unsubscribed" (not unsubscribe) message to the jid, essentially cancelling any permission given previous to be subscribed to you.
 void JabberChatService.setChatAvailable(JID roomJID, java.lang.String showState, java.lang.String status, boolean wait)
          sets status to available with optional show state and status line for a specific chat room.
 void JabberPresenceService.setToAvailable(java.lang.String showState, java.lang.String status, boolean wait)
          sets status to available with optional show state and status line.
 void JabberPresenceService.setToUnavailable()
          Sets the status to unavailable.
 void JabberUserService.setVacationMessage(java.util.Calendar startDate, java.util.Calendar endDate, java.lang.String vacationMessage)
          sets the vacation message synchronously.
 void JabberPresenceService.subscribe(JID jid)
          request to subscribe to a JID's presence.
 java.lang.String JabberUserService.translateUserToJID(JID serviceJID, java.lang.String user)
          translates a service-specific username into a JID usable for reference.
 void JabberPresenceService.unsubscribe(JID jid)
          unsubscribe from the jid so as not to receive further presence notifications from that jid.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.