Package com.isode.som.pumice
Class SomPumiceCommand
- java.lang.Object
-
- com.isode.som.SomCommand
-
- com.isode.som.pumice.SomPumiceCommand
-
- All Implemented Interfaces:
SomResponseProcessor
- Direct Known Subclasses:
SomPumiceControlCommand
,SomPumiceForwardMessageCommand
,SomPumiceManageMailboxCommand
,SomPumiceManageMessageCommand
,SomPumiceMonitorCommand
,SomPumiceStatusCommand
,SomPumiceSubordinatesCommand
public abstract class SomPumiceCommand extends SomCommand
Top level class which implements the X.400 Message Store set of SOM commands.- Author:
- tc
-
-
Field Summary
-
Fields inherited from class com.isode.som.SomCommand
opListener
-
-
Constructor Summary
Constructors Constructor Description SomPumiceCommand(SomPumiceSession session, SomPumiceHandler handler, SomCommandListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SomPumiceHandler
getHandler()
void
handleErrors(SomPumiceHandler h, java.lang.String commandData, int status)
void
processResponse(java.lang.String commandData, byte[] bytedata, int status)
Process response to command.java.lang.String
quotesRound(java.lang.String input)
-
Methods inherited from class com.isode.som.SomCommand
dispatch, getCommandString, getSession, notifyListener, notifyListener, notifyListener
-
-
-
-
Constructor Detail
-
SomPumiceCommand
public SomPumiceCommand(SomPumiceSession session, SomPumiceHandler handler, SomCommandListener listener)
-
-
Method Detail
-
getHandler
public SomPumiceHandler getHandler()
-
processResponse
public void processResponse(java.lang.String commandData, byte[] bytedata, int status)
Description copied from class:SomCommand
Process response to command.- Specified by:
processResponse
in interfaceSomResponseProcessor
- Overrides:
processResponse
in classSomCommand
-
handleErrors
public void handleErrors(SomPumiceHandler h, java.lang.String commandData, int status)
-
quotesRound
public java.lang.String quotesRound(java.lang.String input)
-
-