Uses of Class
org.apache.cxf.binding.BindingConfiguration
-
Packages that use BindingConfiguration Package Description org.apache.cxf.binding.soap org.apache.cxf.endpoint org.apache.cxf.frontend org.apache.cxf.jaxws org.apache.cxf.jaxws.binding.soap -
-
Uses of BindingConfiguration in org.apache.cxf.binding.soap
Subclasses of BindingConfiguration in org.apache.cxf.binding.soap Modifier and Type Class Description classSoapBindingConfiguration -
Uses of BindingConfiguration in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint declared as BindingConfiguration Modifier and Type Field Description protected BindingConfigurationAbstractEndpointFactory. bindingConfigMethods in org.apache.cxf.endpoint that return BindingConfiguration Modifier and Type Method Description BindingConfigurationAbstractEndpointFactory. getBindingConfig()Methods in org.apache.cxf.endpoint with parameters of type BindingConfiguration Modifier and Type Method Description voidAbstractEndpointFactory. setBindingConfig(BindingConfiguration obj) -
Uses of BindingConfiguration in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return BindingConfiguration Modifier and Type Method Description BindingConfigurationClientProxyFactoryBean. getBindingConfig()Methods in org.apache.cxf.frontend with parameters of type BindingConfiguration Modifier and Type Method Description voidClientProxyFactoryBean. setBindingConfig(BindingConfiguration config) -
Uses of BindingConfiguration in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return BindingConfiguration Modifier and Type Method Description BindingConfigurationEndpointImpl. getBindingConfig()Methods in org.apache.cxf.jaxws with parameters of type BindingConfiguration Modifier and Type Method Description voidEndpointImpl. setBindingConfig(BindingConfiguration config) -
Uses of BindingConfiguration in org.apache.cxf.jaxws.binding.soap
Subclasses of BindingConfiguration in org.apache.cxf.jaxws.binding.soap Modifier and Type Class Description classJaxWsSoapBindingConfigurationIntrospects the SOAPBinding annotation to provide to construct aBindingInfo.
-