So for instance I have a feature which I want to define at the bus level, but to be executed by every endpoint.
<cxf:bus>
<cxf:features>
<bean class="com.pellcorp.server.ApplyPoliciesFeature"
/>
</cxf:features>
</cxf:bus>
To avoid having to add the feature to each jaxws:endpoint
