com.atlassian.jira.service.util.handler
Interface MessageHandlerFactory


@Internal
public interface MessageHandlerFactory

This call is going to be moved away from API into JIRA Mail Plugin. The only reason it's here are that a few dependencies from API need it and these dependencies cannot easily be moved to JIRA Mail Plugin just becasuse ... unit tests which depend on test infrastructure (ugly) unavailable to plugins (i.e. this stuff is in test scope of jira-tests).


Method Summary
 String getCorrespondingModuleDescriptorKey(String clazz)
           
 MessageHandler getHandler(String clazz)
           
 

Method Detail

getHandler

@Nullable
MessageHandler getHandler(String clazz)

getCorrespondingModuleDescriptorKey

@ExperimentalApi
@Nullable
String getCorrespondingModuleDescriptorKey(String clazz)


Copyright © 2002-2014 Atlassian. All Rights Reserved.