All Downloads are FREE. Search and download functionalities are using the official Maven repository.

macros.syncclientclass.common.ClientInvokeMethodInvocation.ftl Maven / Gradle / Ivy

<#macro content operationModel>
    <#if operationModel.authenticated>
        <#if operationModel.endpointDiscovery?has_content>
        invoke(request, responseHandler, executionContext, cachedEndpoint, null);
        <#elseif operationModel.endpointTrait?has_content>
        invoke(request, responseHandler, executionContext, null, endpointTraitHost);
        <#else>
        invoke(request, responseHandler, executionContext);
        
    <#else>
        anonymousInvoke(request, responseHandler, executionContext);
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy