use of com.tvd12.ezyfoxserver.support.factory.EzyPluginResponseFactory 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;
}
Aggregations