Uses of Annotation Interface
org.frankframework.doc.Default
Packages that use Default
Package
Description
-
Uses of Default in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with annotations of type DefaultModifier and TypeMethodDescriptionvoid
EsbJmsListener.setCopyAEProperties
(boolean b) if true, all JMS properties in the request starting with "ae_" are copied to the reply. -
Uses of Default in org.frankframework.filesystem
Methods in org.frankframework.filesystem with annotations of type DefaultModifier and TypeMethodDescriptionvoid
LocalFileSystem.setCreateRootFolder
(boolean createRootFolder) Whether the LocalFileSystem tries to create the root folder if it doesn't exist yet. -
Uses of Default in org.frankframework.http.rest
Methods in org.frankframework.http.rest with annotations of type DefaultModifier and TypeMethodDescriptionvoid
ApiListener.setCorrelationIdHeader
(String correlationIdHeader) Name of the header which contains the Correlation-Id.void
ApiListener.setMessageIdHeader
(String messageIdHeader) Name of the header which contains the Message-Id. -
Uses of Default in org.frankframework.jdbc
Methods in org.frankframework.jdbc with annotations of type DefaultModifier and TypeMethodDescriptionvoid
MessageStoreListener.setBlobSmartGet
(boolean b) void
MessageStoreListener.setCommentField
(String commentField) void
MessageStoreListener.setCorrelationIdField
(String fieldname) void
MessageStoreListener.setKeyField
(String fieldname) void
MessageStoreListener.setMessageField
(String fieldname) void
MessageStoreListener.setMessageIdField
(String fieldname) void
MessageStoreListener.setStatusField
(String fieldname) void
MessageStoreListener.setStatusValueError
(String string) void
MessageStoreListener.setStatusValueProcessed
(String string) void
MessageStoreListener.setTableName
(String string) void
MessageStoreListener.setTimestampField
(String fieldname) -
Uses of Default in org.frankframework.parameters
Methods in org.frankframework.parameters with annotations of type Default -
Uses of Default in org.frankframework.pipes
Methods in org.frankframework.pipes with annotations of type DefaultModifier and TypeMethodDescriptionvoid
CounterSwitchPipe.setDivisor
(int i) void
JsonPipe.setRootElementName
(String rootElementName) When direction is JSON2XML, specifies the name of the root element when addXmlRootElement istrue
. -
Uses of Default in org.frankframework.soap
Methods in org.frankframework.soap with annotations of type DefaultModifier and TypeMethodDescriptionvoid
SoapWrapperPipe.setDirection
(IWrapperPipe.Direction value)