registry.createExtension(BindingInput.class, header).getClass();
registry.mapExtensionTypes(MIMEPart.class, header, clazz);
// register some known extension attribute types that are not recognized by the default registry
addExtensionAttributeTypes(registry);
} catch (WSDLException e) {
throw new BusException(e);
}
definitionsMap = new CacheMap<Object, Definition>();
schemaCacheMap = new CacheMap<Object, ServiceSchemaInfo>();
registerInitialExtensions(b);