Uses of Class
org.apache.cxf.service.model.BindingInfo
Packages that use BindingInfo
Package
Description
- 
Uses of BindingInfo in org.apache.cxf.bindingMethods in org.apache.cxf.binding that return BindingInfoModifier and TypeMethodDescriptionAbstractBindingFactory.createBindingInfo(ServiceInfo service, String namespace, Object config) Creates a "default" BindingInfo object for the service.AbstractBindingFactory.createBindingInfo(Service service, String namespace, Object config) Creates a "default" BindingInfo object for the service.BindingFactory.createBindingInfo(Service service, String namespace, Object configObject) Create a "default" BindingInfo object for the service.Binding.getBindingInfo()Get the BindingInfo for this binding.Methods in org.apache.cxf.binding with parameters of type BindingInfoModifier and TypeMethodDescriptionBindingFactory.createBinding(BindingInfo binding) Create a Binding from the BindingInfo metadata.
- 
Uses of BindingInfo in org.apache.cxf.endpointMethods in org.apache.cxf.endpoint that return BindingInfoModifier and TypeMethodDescriptionprotected abstract BindingInfoAbstractEndpointFactory.createBindingInfo()
- 
Uses of BindingInfo in org.apache.cxf.interceptorMethods in org.apache.cxf.interceptor with parameters of type BindingInfoModifier and TypeMethodDescriptionprotected booleanAbstractOutDatabindingInterceptor.writeToOutputStream(Message m, BindingInfo info, Service s) 
- 
Uses of BindingInfo in org.apache.cxf.serviceMethods in org.apache.cxf.service with parameters of type BindingInfoModifier and TypeMethodDescriptionvoidServiceModelVisitor.begin(BindingInfo bindingInfo) voidServiceModelVisitor.end(BindingInfo bindingInfo) 
- 
Uses of BindingInfo in org.apache.cxf.service.modelMethods in org.apache.cxf.service.model that return BindingInfoModifier and TypeMethodDescriptionBindingOperationInfo.getBinding()EndpointInfo.getBinding()ServiceInfo.getBinding(QName qn) Methods in org.apache.cxf.service.model that return types with arguments of type BindingInfoMethods in org.apache.cxf.service.model with parameters of type BindingInfoModifier and TypeMethodDescriptionvoidServiceInfo.addBinding(BindingInfo binding) voidEndpointInfo.setBinding(BindingInfo b) Constructors in org.apache.cxf.service.model with parameters of type BindingInfo