}
private void addLoggingSupport(Endpoint endpoint, Bus bus, Logging annotation) {
if (annotation != null) {
LoggingFeature lf = new LoggingFeature(annotation);
lf.initialize(endpoint, bus);
}
}
private void addGZipSupport(Endpoint ep, Bus bus, GZIP annotation) {
if (annotation != null) {