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:
Extensible

public class JBIBindingInfo
extends BindingInfo


Constructor Summary
JBIBindingInfo(ServiceInfo service, java.lang.String bindingId)
           
 
Method Summary
 JBIBindingConfiguration getJBIBindingConfiguration()
           
 void setJBIBindingConfiguration(JBIBindingConfiguration conf)
           
 
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(ServiceInfo service,
                      java.lang.String bindingId)
Method Detail

setJBIBindingConfiguration

public void setJBIBindingConfiguration(JBIBindingConfiguration conf)

getJBIBindingConfiguration

public JBIBindingConfiguration getJBIBindingConfiguration()


Apache CXF