Package org.apache.cxf.feature
package org.apache.cxf.feature
-
ClassDescriptionA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.A portable - i.e. for jaxws and jaxrs - Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.DelegatingFeature<T extends AbstractPortableFeature>Enable to convert a
AbstractPortableFeatureto aAbstractFeature.<jaxws:endpoint ...> <jaxws:features> <bean class="org.apache.cxf.feature.FastInfosetFeature"/> </jaxws:features> </jaxws:endpoint>A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.<jaxws:endpoint ...> <jaxws:features> <bean class="org.apache.cxf.feature.StaxTransformFeature"/> </jaxws:features> </jaxws:endpoint>A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.