724725726727728729730
return new ArrayList<FormatHandler<Protocol, Format>>( handlers.values() ); } protected ProtocolHandler<Protocol, Format> createProtocolHandler( ProviderDef providerDef ) { return new ProviderProtocolHandler( getPlatformBroker(), providerDef ); }