All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
canHandle(MyTISMAdresse adresse) |
boolean |
failForUnsupportedAttachments(Transaction tx,
MyTISMAdresse address,
MyTISMBenachrichtigung notification,
ReceiverDeterminationResult rdr) |
boolean |
failForUnsupportedEncryption(Transaction tx,
MyTISMAdresse address,
MyTISMBenachrichtigung notification,
ReceiverDeterminationResult rdr) |
boolean |
failForUnsupportedSignature(Transaction tx,
MyTISMAdresse address,
MyTISMBenachrichtigung notification,
ReceiverDeterminationResult rdr) |
java.lang.String |
getByMedium()
Short description/name of transport channel used by this handler, for use in log messages and such.
|
abstract java.lang.String |
getConfigurationSectionTitlePostfix() |
java.lang.String |
getHandlerDesignation() |
java.lang.Class<? extends MyTISMAdresse> |
getHandlesAddressesOfClass() |
abstract de.ipcon.messaging.MessagingChannel |
getMessagingChannel() |
NotificationModule |
getNotificationModule() |
int |
getState() |
void |
processConfChangeEvent(ConfChangeEvent e)
Processes a configuration change event.
|
void |
setHandlesAddressesOfClass(java.lang.Class<? extends MyTISMAdresse> $9) |
void |
setNotificationModule(NotificationModule $8) |
void |
setState(int _state) |
void |
stop() |
java.lang.String |
toString() |