<#macro content serviceModelRoot> /** * Map of exception unmarshallers for all modeled exceptions */ private final Map> exceptionUnmarshallersMap = new HashMap>(); /** * List of exception unmarshallers for all modeled exceptions * Even though this exceptionUnmarshallers is not used in Clients, this is not removed since this was * directly used by Client extended classes. Using this list can cause performance impact. */ protected final List> exceptionUnmarshallers = new ArrayList>(); protected Unmarshaller defaultUnmarshaller; <#if AdditionalServiceSyncClientFieldsMacro?has_content> <@AdditionalServiceSyncClientFieldsMacro.content .data_model />