com.atlassian.jira.plugins.mail.internal
Class DefaultMessageHandlerFactory

java.lang.Object
  extended by com.atlassian.jira.plugins.mail.internal.DefaultMessageHandlerFactory
All Implemented Interfaces:
MessageHandlerFactory

public class DefaultMessageHandlerFactory
extends Object
implements MessageHandlerFactory

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
DefaultMessageHandlerFactory(MailLoggingManager mailLoggingManager)
           
 
Method Summary
 String getCorrespondingModuleDescriptorKey(String clazz)
           
 MessageHandler getHandler(String clazz)
           
protected  boolean isStudio()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMessageHandlerFactory

public DefaultMessageHandlerFactory(MailLoggingManager mailLoggingManager)
Method Detail

isStudio

protected boolean isStudio()

getHandler

public MessageHandler getHandler(String clazz)
Specified by:
getHandler in interface MessageHandlerFactory

getCorrespondingModuleDescriptorKey

@Nullable
public String getCorrespondingModuleDescriptorKey(String clazz)
Specified by:
getCorrespondingModuleDescriptorKey in interface MessageHandlerFactory


Copyright © 2002-2012 Atlassian. All Rights Reserved.