Uses of Interface
org.apache.cxf.binding.Binding
-
-
Uses of Binding in org.apache.cxf.binding
Methods in org.apache.cxf.binding that return Binding Modifier and Type Method Description BindingBindingFactory. createBinding(BindingInfo binding)Create a Binding from the BindingInfo metadata. -
Uses of Binding in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement Binding Modifier and Type Class Description classCorbaBindingMethods in org.apache.cxf.binding.corba that return Binding Modifier and Type Method Description BindingCorbaBindingFactory. createBinding(BindingInfo bindingInfo) -
Uses of Binding in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement Binding Modifier and Type Class Description classSoapBindingMethods in org.apache.cxf.binding.soap that return Binding Modifier and Type Method Description BindingSoapBindingFactory. createBinding(BindingInfo binding) -
Uses of Binding in org.apache.cxf.binding.soap.jms.interceptor
Constructors in org.apache.cxf.binding.soap.jms.interceptor with parameters of type Binding Constructor Description SoapFaultFactory(Binding binding) -
Uses of Binding in org.apache.cxf.binding.xml
Classes in org.apache.cxf.binding.xml that implement Binding Modifier and Type Class Description classXMLBindingMethods in org.apache.cxf.binding.xml that return Binding Modifier and Type Method Description BindingXMLBindingFactory. createBinding(BindingInfo binding) -
Uses of Binding in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return Binding Modifier and Type Method Description BindingEndpoint. getBinding()BindingEndpointImpl. getBinding() -
Uses of Binding in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement Binding Modifier and Type Class Description classJAXRSBindingMethods in org.apache.cxf.jaxrs that return Binding Modifier and Type Method Description BindingJAXRSBindingFactory. createBinding(BindingInfo bi) -
Uses of Binding in org.apache.cxf.message
Methods in org.apache.cxf.message that return Binding Modifier and Type Method Description BindingExchange. getBinding()BindingExchangeImpl. getBinding() -
Uses of Binding in org.apache.cxf.transport
Methods in org.apache.cxf.transport that return Binding Modifier and Type Method Description protected BindingChainInitiationObserver. getBinding() -
Uses of Binding in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Binding Modifier and Type Method Description BindingWrappedEndpoint. getBinding()Methods in org.apache.cxf.ws.rm with parameters of type Binding Modifier and Type Method Description BindingFaultFactoryRMManager. getBindingFaultFactory(Binding binding) -
Uses of Binding in org.apache.cxf.ws.rm.soap
Constructors in org.apache.cxf.ws.rm.soap with parameters of type Binding Constructor Description SoapFaultFactory(Binding binding)
-