* @see org.apache.servicemix.common.BaseComponent#createServiceUnitManager()
*/
public BaseServiceUnitManager createServiceUnitManager() {
Deployer[] deployers = new Deployer[] {new BaseXBeanDeployer(this, getEndpointClasses()),
new JmsWsdl1Deployer(this)};
return new BaseServiceUnitManager(this, deployers);
}