public interface ItemWriter<T> extends Child<T>, JslItemWriterCommType<T,ItemWriter<T>,Properties<ItemWriter<T>>>
ItemWriter
xsd typeModifier and Type | Method and Description |
---|---|
Properties<ItemWriter<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
ItemWriter<T> |
ref(String ref)
Sets the
ref attribute |
ItemWriter<T> |
removeProperties()
Removes the
properties element |
ItemWriter<T> |
removeRef()
Removes the
ref attribute |
Properties<ItemWriter<T>> getOrCreateProperties()
properties
element with the given value will be created.
Otherwise, the existing properties
element will be returned.Properties>
ItemWriter<T> removeProperties()
properties
elementItemWriter
ItemWriter<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
ItemWriter
String getRef()
ref
attributeref
ItemWriter<T> removeRef()
ref
attributeItemWriter
Copyright © 2018 JBoss by Red Hat. All rights reserved.