Uses of Class
org.apache.cxf.service.model.BindingInfo
-
Packages that use BindingInfo Package Description org.apache.cxf.binding Interfaces for protocol bindings and their factories.org.apache.cxf.endpoint Client and Server related classes.org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF.org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service modelorg.apache.cxf.service.model -
-
Uses of BindingInfo in org.apache.cxf.binding
Methods in org.apache.cxf.binding that return BindingInfo Modifier and Type Method Description BindingInfoAbstractBindingFactory. createBindingInfo(ServiceInfo service, String namespace, Object config)Creates a "default" BindingInfo object for the service.BindingInfoAbstractBindingFactory. createBindingInfo(Service service, String namespace, Object config)Creates a "default" BindingInfo object for the service.BindingInfoBindingFactory. createBindingInfo(Service service, String namespace, Object configObject)Create a "default" BindingInfo object for the service.BindingInfoBinding. getBindingInfo()Get the BindingInfo for this binding.Methods in org.apache.cxf.binding with parameters of type BindingInfo Modifier and Type Method Description BindingBindingFactory. createBinding(BindingInfo binding)Create a Binding from the BindingInfo metadata. -
Uses of BindingInfo in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return BindingInfo Modifier and Type Method Description protected abstract BindingInfoAbstractEndpointFactory. createBindingInfo() -
Uses of BindingInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor with parameters of type BindingInfo Modifier and Type Method Description protected booleanAbstractOutDatabindingInterceptor. writeToOutputStream(Message m, BindingInfo info, Service s) -
Uses of BindingInfo in org.apache.cxf.service
Methods in org.apache.cxf.service with parameters of type BindingInfo Modifier and Type Method Description voidServiceModelVisitor. begin(BindingInfo bindingInfo)voidServiceModelVisitor. end(BindingInfo bindingInfo) -
Uses of BindingInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return BindingInfo Modifier and Type Method Description BindingInfoBindingOperationInfo. getBinding()BindingInfoEndpointInfo. getBinding()BindingInfoServiceInfo. getBinding(QName qn)Methods in org.apache.cxf.service.model that return types with arguments of type BindingInfo Modifier and Type Method Description Collection<BindingInfo>ServiceInfo. getBindings()Methods in org.apache.cxf.service.model with parameters of type BindingInfo Modifier and Type Method Description voidServiceInfo. addBinding(BindingInfo binding)voidEndpointInfo. setBinding(BindingInfo b)Constructors in org.apache.cxf.service.model with parameters of type BindingInfo Constructor Description BindingOperationInfo(BindingInfo bi, OperationInfo opinfo)
-