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 TypeMethodDescriptionvoidEsbJmsListener.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 TypeMethodDescriptionvoidLocalFileSystem.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 TypeMethodDescriptionvoidApiListener.setCorrelationIdHeader(String correlationIdHeader) Name of the header which contains the Correlation-Id.voidApiListener.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 TypeMethodDescriptionvoidMessageStoreListener.setBlobSmartGet(boolean b) voidMessageStoreListener.setCommentField(String commentField) voidMessageStoreListener.setCorrelationIdField(String fieldname) voidMessageStoreListener.setKeyField(String fieldname) voidMessageStoreListener.setMessageField(String fieldname) voidMessageStoreListener.setMessageIdField(String fieldname) voidMessageStoreListener.setStatusField(String fieldname) voidMessageStoreListener.setStatusValueError(String string) voidMessageStoreListener.setStatusValueProcessed(String string) voidMessageStoreListener.setTableName(String string) voidMessageStoreListener.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 TypeMethodDescriptionvoidCounterSwitchPipe.setDivisor(int i) voidJsonPipe.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 TypeMethodDescriptionvoidSoapWrapperPipe.setDirection(IWrapperPipe.Direction value)