Uses of Interface
org.apache.james.transport.mailets.listservcommands.IListServCommand

Packages that use IListServCommand
org.apache.james.transport.mailets Core mailets for use with the Mailet API. 
org.apache.james.transport.mailets.listservcommands   
 

Uses of IListServCommand in org.apache.james.transport.mailets
 

Methods in org.apache.james.transport.mailets that return IListServCommand
 IListServCommand ICommandListservManager.getCommand(java.lang.String name)
          Get a specific command
 IListServCommand CommandListservManager.getCommand(java.lang.String name)
          Get a specific command specified by the 'commands' configuration block.
 IListServCommand ICommandListservManager.getCommandTarget(MailAddress mailAddress)
          Based on the to address get a valid or command or null
 IListServCommand CommandListservManager.getCommandTarget(MailAddress mailAddress)
          Based on the to address get a valid or command or null
 

Uses of IListServCommand in org.apache.james.transport.mailets.listservcommands
 

Classes in org.apache.james.transport.mailets.listservcommands that implement IListServCommand
 class BaseCommand
          BaseCommand is a convience base class for any class that wishes to implement IListServCommand.
 class ErrorCommand
          Error handles the error command.
 class Info
          Info handles the info command.
 class Owner
          This command will send email to the current owner(s) of this mailing list
 class Subscribe
          Subscribe handles the subscribe command.
 class SubscribeConfirm
          Subscribe handles the subscribe-confirm command.
 class UnSubscribe
          UnSubscribe handles the unsubscribe command.
 class UnSubscribeConfirm
          UnSubscribeConfirm handles the unsubscribe-confirm command.
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.