throw new SynapseException(
"Trouble parsing Synapse Configuration ", e1);
}
OMElement config = builder.getDocumentElement();
config.build();
Axis2SynapseEnvironment se = new Axis2SynapseEnvironment(config, mc
.getAxisService().getClassLoader());
synapseEnvParam = new ParameterImpl(SYNAPSE_ENVIRONMENT, null);
synapseEnvParam.setValue(se);