}
@Override
public void afterPropertiesSet() throws Exception {
if (CollectionUtils.isEmpty(getEndpointConfiguration().getInterceptors()) && getEndpointConfiguration().getInterceptor() == null) {
LoggingClientInterceptor loggingClientInterceptor = new LoggingClientInterceptor();
loggingClientInterceptor.setMessageListener(getMessageListener());
getEndpointConfiguration().setInterceptor(loggingClientInterceptor);
}
}