// tell service props which properties we handle for the user...
if ( isNotificationProducer( resourceDef ) )
{
serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_FIXED_TOPIC_SET );
serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_TOPIC );
serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_TOPIC_EXPRESSION_DIALECTS );
serviceProps.addSpringBeanDefIncludeLocation( "templates/producer-spring-beans.xml.vm" );
}
return serviceProps;
}