Uses of Class
org.apache.cxf.service.model.BindingInfo
- 
Packages that use BindingInfo Package Description org.apache.cxf.binding org.apache.cxf.endpoint org.apache.cxf.interceptor org.apache.cxf.service org.apache.cxf.service.model 
- 
- 
Uses of BindingInfo in org.apache.cxf.bindingMethods 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.endpointMethods in org.apache.cxf.endpoint that return BindingInfo Modifier and Type Method Description protected abstract BindingInfoAbstractEndpointFactory. createBindingInfo()
- 
Uses of BindingInfo in org.apache.cxf.interceptorMethods 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.serviceMethods 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.modelMethods 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)
 
-