org.trypticon.snipsnap.commands
Class PostToWeblogCommand

java.lang.Object
  extended by org.trypticon.xmpp.command.AbstractCommandHandler
      extended by org.trypticon.snipsnap.commands.PostToWeblogCommand
All Implemented Interfaces:
org.trypticon.xmpp.command.CommandHandler, org.trypticon.xmpp.disco.Discoverable

public class PostToWeblogCommand
extends org.trypticon.xmpp.command.AbstractCommandHandler

Ah-hoc command to post to a weblog.


Constructor Summary
PostToWeblogCommand()
          Default constructor.
 
Method Summary
 void handleCommand(org.jabberstudio.jso.x.commands.CommandQuery request, org.jabberstudio.jso.x.commands.CommandQuery response)
          Handles the command.
 
Methods inherited from class org.trypticon.xmpp.command.AbstractCommandHandler
configure, getDiscoChildren, getName, getNode, populateDiscoInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostToWeblogCommand

public PostToWeblogCommand()
Default constructor.

Method Detail

handleCommand

public void handleCommand(org.jabberstudio.jso.x.commands.CommandQuery request,
                          org.jabberstudio.jso.x.commands.CommandQuery response)
                   throws org.jabberstudio.jso.util.PacketException
Handles the command.

Parameters:
request - the request query.
response - the response query.
Throws:
org.jabberstudio.jso.util.PacketException - if an error occurs handling the command.