Search in sources :

Example 6 with EzyResponseFactory

use of com.tvd12.ezyfoxserver.support.factory.EzyResponseFactory in project ezyfox-server by youngmonkeys.

the class EzySimplePluginEntry method createPluginResponseFactory.

private EzyResponseFactory createPluginResponseFactory(EzyPluginContext pluginContext, EzyMarshaller marshaller) {
    EzyPluginResponseFactory factory = new EzyPluginResponseFactory();
    factory.setPluginContext(pluginContext);
    factory.setMarshaller(marshaller);
    return factory;
}
Also used : EzyPluginResponseFactory(com.tvd12.ezyfoxserver.support.factory.EzyPluginResponseFactory)

Aggregations

EzyResponseFactory (com.tvd12.ezyfoxserver.support.factory.EzyResponseFactory)4 EzyFeatureCommandManager (com.tvd12.ezyfoxserver.support.manager.EzyFeatureCommandManager)3 EzyRequestCommandManager (com.tvd12.ezyfoxserver.support.manager.EzyRequestCommandManager)3 EzyBeanContextBuilder (com.tvd12.ezyfox.bean.EzyBeanContextBuilder)2 EzyBindingContext (com.tvd12.ezyfox.binding.EzyBindingContext)2 EzyMarshaller (com.tvd12.ezyfox.binding.EzyMarshaller)2 EzyUnmarshaller (com.tvd12.ezyfox.binding.EzyUnmarshaller)2 EzyReflection (com.tvd12.ezyfox.reflect.EzyReflection)2 EzyReflectionProxy (com.tvd12.ezyfox.reflect.EzyReflectionProxy)2 EzySession (com.tvd12.ezyfoxserver.entity.EzySession)2 EzyUserSessionEvent (com.tvd12.ezyfoxserver.event.EzyUserSessionEvent)2 EzyObjectResponse (com.tvd12.ezyfoxserver.support.command.EzyObjectResponse)2 ScheduledExecutorService (java.util.concurrent.ScheduledExecutorService)2 Test (org.testng.annotations.Test)2 EzyAppContext (com.tvd12.ezyfoxserver.context.EzyAppContext)1 EzySimpleUser (com.tvd12.ezyfoxserver.entity.EzySimpleUser)1 EzyUser (com.tvd12.ezyfoxserver.entity.EzyUser)1 EzySimpleUserSessionEvent (com.tvd12.ezyfoxserver.event.EzySimpleUserSessionEvent)1 EzyAppSetting (com.tvd12.ezyfoxserver.setting.EzyAppSetting)1 EzyPluginSetting (com.tvd12.ezyfoxserver.setting.EzyPluginSetting)1