| java.lang.Object org.apache.cxf.service.model.AbstractPropertiesHolder
All known Subclasses: org.apache.cxf.service.model.BindingMessageInfo, org.apache.cxf.service.model.SchemaInfo, org.apache.cxf.service.model.MessagePartInfo, org.apache.cxf.service.model.OperationInfo, org.apache.cxf.service.model.DescriptionInfo, org.apache.cxf.service.model.BindingFaultInfo, org.apache.cxf.service.model.AbstractDescriptionElement, org.apache.cxf.service.model.BindingOperationInfo, org.apache.cxf.service.model.AbstractMessageContainer,
AbstractPropertiesHolder | abstract public class AbstractPropertiesHolder implements Extensible(Code) | | |
addExtensionAttribute | public void addExtensionAttribute(QName name, Object attr)(Code) | | |
getTraversedExtensor | public T getTraversedExtensor(T defaultValue, Class<T> type)(Code) | | Lookup a configuration value. This may be found in the properties holder supplied
(i.e. an EndpointInfo or ServiceInfo), or it may be a property on the Bus itself.
If no value is found, the defaultValue is returned.
Parameters: defaultValue - the default value Parameters: type - the extensor type the configuration value or the default |
|
|