throw new IllegalArgumentException(
String.format( "format factory is not defined as '%s' in format factories", format ) );
// find the value factory.
ValueFactory vf = (ValueFactory) resources.get( Transport.VALUE_FACTORY );
if (vf == null)
throw new IllegalArgumentException(
String.format( "value factory is not defined as '%s' in resources", Transport.VALUE_FACTORY ) );
// construct the message formatters.