Package org.apache.cxf.service.model
Class AbstractDescriptionElement
- java.lang.Object
- 
- org.apache.cxf.service.model.AbstractPropertiesHolder
- 
- org.apache.cxf.service.model.AbstractDescriptionElement
 
 
- 
- All Implemented Interfaces:
- Extensible
 - Direct Known Subclasses:
- BindingInfo,- EndpointInfo,- InterfaceInfo,- ServiceInfo
 
 public abstract class AbstractDescriptionElement extends AbstractPropertiesHolder 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractDescriptionElement()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DescriptionInfogetDescription()- 
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
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionpublic abstract DescriptionInfo getDescription() 
 
- 
 
-