Search in sources :

Example 1 with EzyPluginResponseFactory

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;
}
Also used : EzyPluginResponseFactory(com.tvd12.ezyfoxserver.support.factory.EzyPluginResponseFactory)

Aggregations

EzyPluginResponseFactory (com.tvd12.ezyfoxserver.support.factory.EzyPluginResponseFactory)1