org.apache.cxf.binding.jbi
Class JBIBindingInfo

java.lang.Object
  extended by org.apache.cxf.service.model.AbstractPropertiesHolder
      extended by org.apache.cxf.service.model.AbstractDescriptionElement
          extended by org.apache.cxf.service.model.BindingInfo
              extended by org.apache.cxf.binding.jbi.JBIBindingInfo
All Implemented Interfaces:
org.apache.cxf.service.model.Extensible

public class JBIBindingInfo
extends org.apache.cxf.service.model.BindingInfo


Constructor Summary
JBIBindingInfo(org.apache.cxf.service.model.ServiceInfo service, java.lang.String bindingId)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.service.model.BindingInfo
addOperation, buildOperation, getBindingId, getInterface, getName, getOperation, getOperation, getOperations, getService, removeOperation, setName
 
Methods inherited from class org.apache.cxf.service.model.AbstractDescriptionElement
getDescription, setDescription
 
Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder
addExtensionAttribute, addExtensor, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperty, getProperty, getTraversedExtensor, hasProperty, setExtensionAttributes, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIBindingInfo

public JBIBindingInfo(org.apache.cxf.service.model.ServiceInfo service,
                      java.lang.String bindingId)


Apache CXF