* @throws Exception on error
*/
public void updateServiceSpecificOutParameters(String serviceName,
TransportParameter[] outParams) throws Exception {
TransportService trpService = JMSServiceHolder.getInstance().getService();
if (outParams == null || trpService.dependenciesAvailable(outParams)) {
trpService.updateServiceLevelTransportParameters(serviceName, outParams,
false, getConfigContext());
} else {
log.warn("Initial factory class cannot be found");
}
}