Package org.apache.cxf.service.model
Class BindingInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractDescriptionElement
org.apache.cxf.service.model.BindingInfo
- All Implemented Interfaces:
- Extensible,- NamedItem
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddOperation(BindingOperationInfo operation) Adds an operation to this service.buildOperation(QName opName, String inName, String outName) getName()getOperation(QName oname) Returns the operation info with the given name, if found.Returns all operations for this service.voidremoveOperation(BindingOperationInfo operation) Removes an operation from this service.voidtoString()Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolderaddExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
- 
Constructor Details- 
BindingInfo
 
- 
- 
Method Details- 
getDescription- Specified by:
- getDescriptionin class- AbstractDescriptionElement
 
- 
getInterface
- 
getService
- 
getBindingId
- 
setName
- 
getName
- 
buildOperation
- 
addOperationAdds an operation to this service.- Parameters:
- operation- the operation.
 
- 
removeOperationRemoves an operation from this service.- Parameters:
- operation- the operation.
 
- 
getOperationReturns the operation info with the given name, if found.- Parameters:
- oname- the name.
- Returns:
- the operation; or nullif not found.
 
- 
getOperationsReturns all operations for this service.- Returns:
- all operations.
 
- 
getOperation
- 
toString
 
-