
public interface ItemProcessor<T> extends Child<T>, JslItemProcessorCommType<T,ItemProcessor<T>,Properties<ItemProcessor<T>>>
ItemProcessor xsd type| Modifier and Type | Method and Description |
|---|---|
Properties<ItemProcessor<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
ItemProcessor<T> |
ref(String ref)
Sets the
ref attribute |
ItemProcessor<T> |
removeProperties()
Removes the
properties element |
ItemProcessor<T> |
removeRef()
Removes the
ref attribute |
Properties<ItemProcessor<T>> getOrCreateProperties()
properties element with the given value will be created.
Otherwise, the existing properties element will be returned.Properties> ItemProcessor<T> removeProperties()
properties elementItemProcessorItemProcessor<T> ref(String ref)
ref attributeref - the value for the attribute refItemProcessorString getRef()
ref attributerefItemProcessor<T> removeRef()
ref attributeItemProcessorCopyright © 2021 JBoss by Red Hat. All rights reserved.