public interface ItemProcessor<T> extends Child<T>, JslItemProcessorCommType<T,ItemProcessor<T>,Properties<ItemProcessor<T>>>
ItemProcessor
xsd typeModifier 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
elementItemProcessor
ItemProcessor<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
ItemProcessor
String getRef()
ref
attributeref
ItemProcessor<T> removeRef()
ref
attributeItemProcessor
Copyright © 2020 JBoss by Red Hat. All rights reserved.