Uses of Class
org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint.BindingStyle

Packages that use CxfRsEndpoint.BindingStyle
org.apache.camel.component.cxf.jaxrs   
 

Uses of CxfRsEndpoint.BindingStyle in org.apache.camel.component.cxf.jaxrs
 

Methods in org.apache.camel.component.cxf.jaxrs that return CxfRsEndpoint.BindingStyle
 CxfRsEndpoint.BindingStyle CxfRsEndpoint.getBindingStyle()
           
static CxfRsEndpoint.BindingStyle CxfRsEndpoint.BindingStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CxfRsEndpoint.BindingStyle[] CxfRsEndpoint.BindingStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.cxf.jaxrs with parameters of type CxfRsEndpoint.BindingStyle
 void CxfRsEndpoint.setBindingStyle(CxfRsEndpoint.BindingStyle bindingStyle)
          See documentation of CxfRsEndpoint.BindingStyle.
 



Apache Camel