// propagate MTOM properties
portComponentUMDM.setMtomEnabled(portComponentSBMD.isMtomEnabled());
portComponentUMDM.setMtomThreshold(portComponentSBMD.getMtomThreshold());
// propagate addressing properties
final Addressing addressingSBMD = portComponentSBMD.getAddressing();
if (addressingSBMD != null)
{
portComponentUMDM.setAddressingEnabled(addressingSBMD.isEnabled());
portComponentUMDM.setAddressingRequired(addressingSBMD.isRequired());
portComponentUMDM.setAddressingResponses(addressingSBMD.getResponses());
}
// propagate respect binding properties
portComponentUMDM.setRespectBindingEnabled(portComponentSBMD.isRespectBindingEnabled());