processor.setApplicationClassLoader(_appClassLoader)
.setMCFProperties(connProps)
.setConnectionFactoryJNDIName(cfJndiName)
.setJCABindingModel(jcaconfig);
ConnectionSpecModel connectionSpecModel = outboundInteractionModel.getConnectionSpec();
if (connectionSpecModel != null) {
String connSpecClassName = connectionSpecModel.getConnectionSpecClassName();
Properties connSpecProps = connectionSpecModel.getProperties();
processor.setConnectionSpec(connSpecClassName, connSpecProps);
}
InteractionSpecModel interactionSpecModel = outboundInteractionModel.getInteractionSpec();
if (interactionSpecModel != null) {
String interactSpecClassName = interactionSpecModel.getInteractionSpecClassName();