Uses of Class
org.apache.cxf.service.model.BindingInfo
-
-
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.binding.corba
Methods in org.apache.cxf.binding.corba that return BindingInfo Modifier and Type Method Description BindingInfoCorbaBinding. getBindingInfo()BindingInfoCorbaDestination. getBindingInfo()Methods in org.apache.cxf.binding.corba with parameters of type BindingInfo Modifier and Type Method Description BindingCorbaBindingFactory. createBinding(BindingInfo bindingInfo)voidCorbaBinding. setBindingInfo(BindingInfo info) -
Uses of BindingInfo in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap that return BindingInfo Modifier and Type Method Description BindingInfoSoapBindingFactory. createBindingInfo(ServiceInfo si, String bindingid, Object conf)BindingInfoSoapBindingFactory. createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)BindingInfoSoapBinding. getBindingInfo()Methods in org.apache.cxf.binding.soap with parameters of type BindingInfo Modifier and Type Method Description BindingSoapBindingFactory. createBinding(BindingInfo binding)EndpointInfoSoapTransportFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)Constructors in org.apache.cxf.binding.soap with parameters of type BindingInfo Constructor Description SoapBinding(BindingInfo info)SoapBinding(BindingInfo info, SoapVersion v) -
Uses of BindingInfo in org.apache.cxf.binding.soap.model
Subclasses of BindingInfo in org.apache.cxf.binding.soap.model Modifier and Type Class Description classSoapBindingInfo -
Uses of BindingInfo in org.apache.cxf.binding.xml
Methods in org.apache.cxf.binding.xml that return BindingInfo Modifier and Type Method Description BindingInfoXMLBindingFactory. createBindingInfo(ServiceInfo service, String namespace, Object config)BindingInfoXMLBinding. getBindingInfo()Methods in org.apache.cxf.binding.xml with parameters of type BindingInfo Modifier and Type Method Description BindingXMLBindingFactory. createBinding(BindingInfo binding)Constructors in org.apache.cxf.binding.xml with parameters of type BindingInfo Constructor Description XMLBinding(BindingInfo bindingInfo) -
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.frontend
Methods in org.apache.cxf.frontend that return BindingInfo Modifier and Type Method Description protected BindingInfoAbstractWSDLBasedEndpointFactory. createBindingInfo()Methods in org.apache.cxf.frontend with parameters of type BindingInfo Modifier and Type Method Description protected EndpointInfoAbstractWSDLBasedEndpointFactory. createEndpointInfo(BindingInfo bindingInfo) -
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.jaxrs
Methods in org.apache.cxf.jaxrs that return BindingInfo Modifier and Type Method Description protected BindingInfoAbstractJAXRSFactoryBean. createBindingInfo()BindingInfoJAXRSBindingFactory. createBindingInfo(Service service, String namespace, Object obj)BindingInfoJAXRSBinding. getBindingInfo()Methods in org.apache.cxf.jaxrs with parameters of type BindingInfo Modifier and Type Method Description BindingJAXRSBindingFactory. createBinding(BindingInfo bi)Constructors in org.apache.cxf.jaxrs with parameters of type BindingInfo Constructor Description JAXRSBinding(BindingInfo bindingInfo) -
Uses of BindingInfo in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return BindingInfo Modifier and Type Method Description protected BindingInfoJaxWsServerFactoryBean. createBindingInfo() -
Uses of BindingInfo in org.apache.cxf.jaxws.binding.http
Constructors in org.apache.cxf.jaxws.binding.http with parameters of type BindingInfo Constructor Description HTTPBindingImpl(BindingInfo sb, JaxWsEndpointImpl ep) -
Uses of BindingInfo in org.apache.cxf.jaxws.binding.soap
Constructors in org.apache.cxf.jaxws.binding.soap with parameters of type BindingInfo Constructor Description SOAPBindingImpl(BindingInfo sb, JaxWsEndpointImpl endpoint) -
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) -
Uses of BindingInfo in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type BindingInfo Modifier and Type Method Description EndpointInfoHTTPTransportFactory. createEndpointInfo(ServiceInfo serviceInfo, BindingInfo b, List<?> ees) -
Uses of BindingInfo in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return BindingInfo Modifier and Type Method Description BindingInfoRMEndpoint. getBindingInfo(ProtocolVariation protocol) -
Uses of BindingInfo in org.apache.cxf.wsdl.binding
Methods in org.apache.cxf.wsdl.binding that return BindingInfo Modifier and Type Method Description BindingInfoAbstractWSDLBindingFactory. createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)Copies extensors from the Binding to BindingInfo.BindingInfoWSDLBindingFactory. createBindingInfo(ServiceInfo serviceInfo, javax.wsdl.Binding binding, String ns)protected BindingInfoAbstractWSDLBindingFactory. initializeBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, BindingInfo bi)Methods in org.apache.cxf.wsdl.binding with parameters of type BindingInfo Modifier and Type Method Description protected BindingInfoAbstractWSDLBindingFactory. initializeBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, BindingInfo bi) -
Uses of BindingInfo in org.apache.cxf.wsdl.service.factory
Constructors in org.apache.cxf.wsdl.service.factory with parameters of type BindingInfo Constructor Description WSDLBasedServiceConfiguration(BindingInfo bi) -
Uses of BindingInfo in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return BindingInfo Modifier and Type Method Description BindingInfoWSDLServiceBuilder. buildBinding(ServiceInfo service, javax.wsdl.Binding binding)Methods in org.apache.cxf.wsdl11 with parameters of type BindingInfo Modifier and Type Method Description EndpointInfoWSDLServiceBuilder. buildEndpoint(ServiceInfo service, BindingInfo bi, javax.wsdl.Port port)EndpointInfoWSDLEndpointFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)Method parameters in org.apache.cxf.wsdl11 with type arguments of type BindingInfo Modifier and Type Method Description protected voidServiceWSDLBuilder. buildBinding(javax.wsdl.Definition definition, Collection<BindingInfo> bindingInfos, Collection<javax.wsdl.PortType> portTypes)
-